]> err.no Git - varnish/commitdiff
Add a printf when cached is ready for the benefit of varnishtester
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Jul 2006 21:01:07 +0000 (21:01 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Jul 2006 21:01:07 +0000 (21:01 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@444 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_main.c

index a756acc34075036e4be8b21eb3e7899f420a73c4..acdb5ea8349b421bb4ce7744f9d21cc2057ab795 100644 (file)
@@ -129,6 +129,7 @@ child_main(void)
        event_base_set(eb, &ev_keepalive);
        arm_keepalive();
 
+       printf("Ready\n");
        i = event_base_loop(eb, 0);
        if (i != 0)
                printf("event_dispatch() = %d\n", i);