Mailing List Archive

r3243 - trunk/varnish-cache/bin/varnishtest
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 {