Commit 10a88d43 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Clarify a debug message



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4864 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4edf5a78
......@@ -105,7 +105,7 @@ WRW_Flush(struct worker *w)
if (i != w->liov) {
w->werr++;
WSL(w, SLT_Debug, *w->wfd,
"Write error, len = %d/%d, errno = %s",
"Write error, retval = %d, len = %d, errno = %s",
i, w->liov, strerror(errno));
}
}
......
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