GMM: fix format string compiler warning

This commit is contained in:
Harald Welte
2015-08-16 17:16:57 +02:00
parent 601cf12f81
commit 6b39feedc7

View File

@@ -1676,7 +1676,7 @@ static void ggsn_lookup_cb(void *arg, int status, int timeouts, struct hostent *
if (hostent->h_length != sizeof(struct in_addr)) {
LOGMMCTXP(LOGL_ERROR, lookup->mmctx,
"Wrong addr size(%d)\n", sizeof(struct in_addr));
"Wrong addr size(%zu)\n", sizeof(struct in_addr));
goto reject_due_failure;
}