From: Amos Jeffries Date: Fri, 27 Jan 2012 13:41:01 +0000 (-0700) Subject: Bug 3268: remove wrong 'Ready to serve requests.' message X-Git-Tag: BumpSslServerFirst.take05~12^2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a04da20f3435478115202628c872672ea4898c1;p=thirdparty%2Fsquid.git Bug 3268: remove wrong 'Ready to serve requests.' message --- diff --git a/src/main.cc b/src/main.cc index 4d781461cd..8c9a850b97 100644 --- a/src/main.cc +++ b/src/main.cc @@ -868,8 +868,6 @@ mainReconfigureFinish(void *) writePidFile(); /* write PID file */ - debugs(1, 1, "Ready to serve requests."); - reconfiguring = 0; } @@ -1171,8 +1169,6 @@ mainInitialize(void) Config.ClientDelay.finalize(); #endif - debugs(1, 1, "Ready to serve requests."); - if (!configured_once) { eventAdd("storeMaintain", Store::Maintain, NULL, 1.0, 1);