X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=b6bfde9a37f81143f9b2dec7e357907aa705c15f;hp=108867bdec594444cf8eaf80629f981c35bcc461;hb=dd462c7e1b61864d6da01a877ced78dab72e2244;hpb=ad6c68022eea0b0962855a2120cf242446bf10b9 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: