From: phk Date: Fri, 23 Nov 2007 10:18:46 +0000 (+0000) Subject: Tell people what to do when running in debug mode X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227ee3bf524be9a60225169a423ae0ab03658144;p=varnish Tell people what to do when running in debug mode git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2284 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_child.c b/varnish-cache/bin/varnishd/mgt_child.c index 8b9e62d6..cca3b1c6 100644 --- a/varnish-cache/bin/varnishd/mgt_child.c +++ b/varnish-cache/bin/varnishd/mgt_child.c @@ -420,6 +420,9 @@ mgt_run(int dflag, const char *T_arg) 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);