]> err.no Git - varnish/commitdiff
printf format
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 5 Jul 2006 14:40:03 +0000 (14:40 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 5 Jul 2006 14:40:03 +0000 (14:40 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@333 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/storage_file.c

index f596d2c8da43af6477dab03c3541384766a33127..fef57127611aa7598a218c84a04c012a46313a5e 100644 (file)
@@ -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");
 }