From: wessels <> Date: Tue, 25 Nov 1997 05:36:24 +0000 (+0000) Subject: oops, undo debug change X-Git-Tag: SQUID_3_0_PRE1~4477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371140532e2edc3a543afc8dd579872d142b36f2;p=thirdparty%2Fsquid.git oops, undo debug change --- diff --git a/src/store.cc b/src/store.cc index d7afd0f12d..49fe1ab42c 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.347 1997/11/24 22:32:38 wessels Exp $ + * $Id: store.cc,v 1.348 1997/11/24 22:36:24 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -709,7 +709,7 @@ InvokeHandlers(StoreEntry * e) /* walk the entire list looking for valid callbacks */ for (sc = mem->clients; sc; sc = nx) { nx = sc->next; - debug(20, 0) ("InvokeHandlers: checking client #%d\n", i++); + debug(20, 3) ("InvokeHandlers: checking client #%d\n", i++); if (sc->callback_data == NULL) continue; if (sc->callback == NULL)