r444 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jul 11 23:01:07 CEST 2006


Author: phk
Date: 2006-07-11 23:01:07 +0200 (Tue, 11 Jul 2006)
New Revision: 444

Modified:
   trunk/varnish-cache/bin/varnishd/cache_main.c
Log:
Add a printf when cached is ready for the benefit of varnishtester


Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c	2006-07-11 20:49:18 UTC (rev 443)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c	2006-07-11 21:01:07 UTC (rev 444)
@@ -129,6 +129,7 @@
 	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);




More information about the varnish-commit mailing list