]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
note # connections on shutdown
authorwessels <>
Wed, 17 Apr 1996 23:14:17 +0000 (23:14 +0000)
committerwessels <>
Wed, 17 Apr 1996 23:14:17 +0000 (23:14 +0000)
src/tools.cc

index ce14c6dca341b231473758638a88493da69a312f..0a35b52f0665e3675320d2ffe6657941e8554f80 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $Id: tools.cc,v 1.38 1996/04/17 15:07:32 wessels Exp $ */
+/* $Id: tools.cc,v 1.39 1996/04/17 17:14:17 wessels Exp $ */
 
 /*
  * DEBUG: Section 21          tools
@@ -167,7 +167,7 @@ void shut_down(sig)
 {
     int i;
     FD_ENTRY *f;
-    debug(21, 1, "Preparing for shutdown...\n");
+    debug(21, 1, "Preparing for shutdown after %d connections\n", nconn);
     serverConnectionsClose();
     ipcacheShutdownServers();
     for (i = fdstat_biggest_fd(); i >= 0; i--) {