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

@ -553,7 +553,7 @@ static bool parse_query(GWBUF* query)
}
else
{
MXS_ERROR("Packet size %ld, provided buffer is %ld.",
MXS_ERROR("Packet size %u, provided buffer is %ld.",
MYSQL_HEADER_LEN + MYSQL_GET_PAYLOAD_LEN(data),
GWBUF_LENGTH(query));
}