]> err.no Git - varnish/commitdiff
Emit a message when we sleep, so people know why nothing happens.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 5 Oct 2008 10:22:21 +0000 (10:22 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 5 Oct 2008 10:22:21 +0000 (10:22 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3243 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/vtc.c

index ce399127a89f3265ff357f243fa5b00b06a5872d..6719a3033f5a7a84896b860a0d381dcd139d3209 100644 (file)
@@ -253,6 +253,7 @@ cmd_delay(CMD_ARGS)
        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 {