r2284 - trunk/varnish-cache/bin/varnishd
phk at projects.linpro.no
phk at projects.linpro.no
Fri Nov 23 11:18:47 CET 2007
Author: phk
Date: 2007-11-23 11:18:46 +0100 (Fri, 23 Nov 2007)
New Revision: 2284
Modified:
trunk/varnish-cache/bin/varnishd/mgt_child.c
Log:
Tell people what to do when running in debug mode
Modified: trunk/varnish-cache/bin/varnishd/mgt_child.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_child.c 2007-11-20 22:28:04 UTC (rev 2283)
+++ trunk/varnish-cache/bin/varnishd/mgt_child.c 2007-11-23 10:18:46 UTC (rev 2284)
@@ -420,6 +420,9 @@
fprintf(stderr, "rolling(2)...\n");
if (!dflag)
start_child();
+ else
+ fprintf(stderr,
+ "Debugging mode, enter \"start\" to start child\n");
i = ev_schedule(mgt_evb);
fprintf(stderr, "ev_schedule = %d\n", i);
More information about the varnish-commit
mailing list