From: hno <> Date: Fri, 19 Sep 2003 13:06:19 +0000 (+0000) Subject: From 2.5: log "Reconfiguring Squid Cache .." rather than "Restarting X-Git-Tag: SQUID_3_0_PRE4~1206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eba1bf37ffb68623df1f34cdea5936aaad999c63;p=thirdparty%2Fsquid.git From 2.5: log "Reconfiguring Squid Cache .." rather than "Restarting Squid Cache.." on "squid -k reconfigure". --- diff --git a/src/main.cc b/src/main.cc index a54f46abd9..893edf6fd3 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.388 2003/09/01 03:49:39 robertc Exp $ + * $Id: main.cc,v 1.389 2003/09/19 07:06:19 hno Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -494,7 +494,7 @@ serverConnectionsClose(void) static void mainReconfigure(void) { - debug(1, 1) ("Restarting Squid Cache (version %s)...\n", version_string); + debug(1, 1) ("Reconfiguring Squid Cache (version %s)...\n", version_string); reconfiguring = 1; /* Already called serverConnectionsClose and ipcacheShutdownServers() */ serverConnectionsClose();