use correct format string

SVN revision: 72845
This commit is contained in:
Mike Blumenkrantz 2012-06-26 06:50:36 +00:00
parent bc140047b6
commit 2a45ea31ce
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ _slave_thread_cb(void *data)
if (n != sizeof(cmd)) if (n != sizeof(cmd))
{ {
ERR("Slave thread read invalid size of command from server: %d", ERR("Slave thread read invalid size of command from server: %zu",
n); n);
continue; continue;
} }