Commit 3dca2959 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r4192: Log that the worker stops in the shmlog



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@4306 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8846d2cb
......@@ -158,8 +158,7 @@ CLI_Run(void)
continue;
assert(i == 1);
if (pfd[0].revents & POLLHUP) {
fprintf(stderr,
"EOF on CLI connection, exiting\n");
VSL(SLT_CLI, 0, "EOF on CLI connection, worker stops");
exit(0);
}
i = VLU_Fd(heritage.cli_in, vlu);
......
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