r3928 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Mon Mar 16 09:42:35 CET 2009


Author: phk
Date: 2009-03-16 09:42:35 +0100 (Mon, 16 Mar 2009)
New Revision: 3928

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
Log:
Move varnish debugging output up one level.



Modified: trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_varnish.c	2009-03-13 12:21:34 UTC (rev 3927)
+++ trunk/varnish-cache/bin/varnishtest/vtc_varnish.c	2009-03-16 08:42:35 UTC (rev 3928)
@@ -200,7 +200,7 @@
 		if (i <= 0)
 			break;
 		buf[i] = '\0';
-		vtc_dump(v->vl1, 4, "debug", buf);
+		vtc_dump(v->vl1, 3, "debug", buf);
 	}
 	return (NULL);
 }



More information about the varnish-commit mailing list