r4864 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Mon May 31 09:51:43 CEST 2010


Author: phk
Date: 2010-05-31 09:51:43 +0200 (Mon, 31 May 2010)
New Revision: 4864

Modified:
   trunk/varnish-cache/bin/varnishd/cache_wrw.c
Log:
Clarify a debug message



Modified: trunk/varnish-cache/bin/varnishd/cache_wrw.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_wrw.c	2010-05-28 11:37:39 UTC (rev 4863)
+++ trunk/varnish-cache/bin/varnishd/cache_wrw.c	2010-05-31 07:51:43 UTC (rev 4864)
@@ -105,7 +105,7 @@
 		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));
 		}
 	}




More information about the varnish-commit mailing list