Remove explicit long indicator of size defines

This commit is contained in:
Johan Wikman
2017-01-19 10:42:05 +02:00
parent 7ed7f972b1
commit 8aa76727d2
4 changed files with 8 additions and 8 deletions

View File

@ -2310,8 +2310,8 @@ bool blr_send_packet(ROUTER_SLAVE *slave, uint8_t *buf, uint32_t len, bool first
}
else
{
MXS_ERROR("failed to allocate %ld bytes of memory when writing an"
" event.", datalen + MYSQL_HEADER_LEN);
MXS_ERROR("failed to allocate %u bytes of memory when writing an "
"event.", datalen + MYSQL_HEADER_LEN);
rval = false;
}
return rval;