From 227ee3bf524be9a60225169a423ae0ab03658144 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 23 Nov 2007 10:18:46 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/mgt_child.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.5