r333 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Jul 5 16:40:03 CEST 2006


Author: phk
Date: 2006-07-05 16:40:03 +0200 (Wed, 05 Jul 2006)
New Revision: 333

Modified:
   trunk/varnish-cache/bin/varnishd/storage_file.c
Log:
printf format


Modified: trunk/varnish-cache/bin/varnishd/storage_file.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_file.c	2006-07-05 14:39:02 UTC (rev 332)
+++ trunk/varnish-cache/bin/varnishd/storage_file.c	2006-07-05 14:40:03 UTC (rev 333)
@@ -555,7 +555,7 @@
 	if (sent == st->len + liov)
 		return;
 	printf("sent i=%d sent=%ju size=%ju liov=%ju errno=%d\n",
-	    i, (uintmax_t)sent, (uintmax_t)st->len, liov, errno);
+	    i, (uintmax_t)sent, (uintmax_t)st->len, (uintmax_t)liov, errno);
 	vca_close_session(sp, "remote closed");
 }
 




More information about the varnish-commit mailing list