From e9699bb8b69019b4de1383924df58427291f3397 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 18 Apr 1996 02:59:32 +0000 Subject: [PATCH] change comments --- src/store.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. */ -- 2.47.3