From 3d91b2df9148a31ebdde0e0625fa728525226be1 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 5 Jul 2006 14:40:03 +0000 Subject: [PATCH] printf format git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@333 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/storage_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.39.5