X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=b6bfde9a37f81143f9b2dec7e357907aa705c15f;hp=108867bdec594444cf8eaf80629f981c35bcc461;hb=bb6721e17e741b7ea52fbf88661d2b177bed72c3;hpb=7cd6e84f08240d3604ddb36ecd3c7b1ec6990446 diff --git a/client_common.c b/client_common.c index 108867bd..b6bfde9a 100644 --- a/client_common.c +++ b/client_common.c @@ -172,7 +172,7 @@ static void client_post_select(struct sched *s, struct task *t) if (t->error < 0) goto err; ct->loaded = t->error; - PARA_INFO_LOG("<-- [challenge] (%d bytes)\n", ct->loaded); + PARA_INFO_LOG("<-- [challenge] (%zu bytes)\n", ct->loaded); ct->status = CL_RECEIVED_CHALLENGE; return; case CL_RECEIVED_CHALLENGE: