Commit 094aeb15 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

printf format


git-svn-id: http://www.varnish-cache.org/svn/trunk@333 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 777a7267
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment