From: phk Date: Wed, 5 Jul 2006 14:40:03 +0000 (+0000) Subject: printf format X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d91b2df9148a31ebdde0e0625fa728525226be1;p=varnish printf format git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@333 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/storage_file.c b/varnish-cache/bin/varnishd/storage_file.c index f596d2c8..fef57127 100644 --- a/varnish-cache/bin/varnishd/storage_file.c +++ b/varnish-cache/bin/varnishd/storage_file.c @@ -555,7 +555,7 @@ smf_send(struct storage *st, struct sess *sp, struct iovec *iov, int niov, size_ 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"); }