From: wessels <> Date: Thu, 18 Apr 1996 02:59:32 +0000 (+0000) Subject: change comments X-Git-Tag: SQUID_3_0_PRE1~6115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9699bb8b69019b4de1383924df58427291f3397;p=thirdparty%2Fsquid.git change comments --- diff --git a/src/store.cc b/src/store.cc index d47f11edac..daaf15a2bf 100644 --- a/src/store.cc +++ b/src/store.cc @@ -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. */