]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change comments
authorwessels <>
Thu, 18 Apr 1996 02:59:32 +0000 (02:59 +0000)
committerwessels <>
Thu, 18 Apr 1996 02:59:32 +0000 (02:59 +0000)
src/store.cc

index d47f11edac579d3f4e13c6935603595c1c5ae11f..daaf15a2bfbd2e0837b43ac77c95ed0ad432b5ff 100644 (file)
@@ -1,6 +1,6 @@
 
-/* $Id: store.cc,v 1.58 1996/04/17 17:16:43 wessels Exp $ */
-#ident "$Id: store.cc,v 1.58 1996/04/17 17:16:43 wessels Exp $"
+/* $Id: store.cc,v 1.59 1996/04/17 20:59:32 wessels Exp $ */
+#ident "$Id: store.cc,v 1.59 1996/04/17 20:59:32 wessels Exp $"
 
 /*
  * DEBUG: Section 20          store
@@ -1848,9 +1848,9 @@ int storeGetMemSpace(size, check_vm_number)
            /* print only once when the condition occur until it clears. */
            debug(20, 1, "storeGetMemSpace: Allocating beyond the MAX Store with total size of %d\n",
                store_mem_size + size);
-           debug(20, 1, "       Start Deleting Behind for every pending objects\n:");
-           debug(20, 1, "       You should really adjust your cache_mem, high/low water mark,\n");
-           debug(20, 1, "       max object size to suit your need.\n");
+           debug(20, 1, " Start Deleting Behind for every pending objects\n");
+           debug(20, 1, " You should really adjust your cache_mem, high/low water mark,\n");
+           debug(20, 1, " max object size to suit your need.\n");
            over_max = 1;
        }
        /* delete all of them, we desperate for a space. */