Commit 966b4bf2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Syslog the platform we are running on.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4755 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 48a99029
......@@ -680,7 +680,8 @@ main(int argc, char * const *argv)
fprintf(stderr, "NOTE: Could not write PID file\n");
if (d_flag)
fprintf(stderr, "Varnish on %s\n", vsb_data(vident) + 1);
fprintf(stderr, "Platform: %s\n", vsb_data(vident) + 1);
syslog(LOG_NOTICE, "Platform: %s\n", vsb_data(vident) + 1);
/* Do this again after debugstunt and daemon has run */
mgt_pid = getpid();
......
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