X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=69983c3f13ac155909d2e4fb84ce53b62a51711d;hp=2bd101919eafa22136926ff244d12d13866fabac;hb=e3728fb63092fa2afdb9044cf3610c677f34b890;hpb=2bca38fbb97e6c5371591eb754b79cc12525aba0;ds=sidebyside diff --git a/command.c b/command.c index 2bd10191..69983c3f 100644 --- a/command.c +++ b/command.c @@ -876,7 +876,7 @@ int handle_connect(int fd, struct sockaddr_in *addr) if (ret <= 0) goto err_out; numbytes = ret; - PARA_DEBUG_LOG("sending %d byte challenge\n", numbytes); + PARA_DEBUG_LOG("sending %zu byte challenge\n", numbytes); /* We can't use send_buffer here since buf may contain null bytes */ ret = send_bin_buffer(fd,(char *) crypt_buf, numbytes); if (ret < 0)