r3243 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Sun Oct 5 12:22:21 CEST 2008


Author: phk
Date: 2008-10-05 12:22:21 +0200 (Sun, 05 Oct 2008)
New Revision: 3243

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc.c
Log:
Emit a message when we sleep, so people know why nothing happens.



Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c	2008-10-01 08:27:59 UTC (rev 3242)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c	2008-10-05 10:22:21 UTC (rev 3243)
@@ -253,6 +253,7 @@
 	AN(av[1]);
 	AZ(av[2]);
 	f = strtod(av[1], NULL);
+	vtc_log(vl, 3, "delaying %g second(s)", f);
 	if (f > 100.) {
 		(void)sleep((int)f);
 	} else {




More information about the varnish-commit mailing list