Commit 401ebc32 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Tell people what to do when running in debug mode


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2284 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 331c8424
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment