]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
From 2.5: log "Reconfiguring Squid Cache .." rather than "Restarting
authorhno <>
Fri, 19 Sep 2003 13:06:19 +0000 (13:06 +0000)
committerhno <>
Fri, 19 Sep 2003 13:06:19 +0000 (13:06 +0000)
Squid Cache.." on "squid -k reconfigure".

src/main.cc

index a54f46abd94ee9c9d898e7cb9fff4d1839189ed3..893edf6fd39734061900c3ffd9b0b74652f3f5db 100644 (file)
@@ -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();