From: wessels <> Date: Thu, 30 Jul 1998 11:52:32 +0000 (+0000) Subject: debug X-Git-Tag: SQUID_3_0_PRE1~2962 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d36b8ab8285f2966c6f42c7087c4a08aab82a2f;p=thirdparty%2Fsquid.git debug --- diff --git a/src/store_client.cc b/src/store_client.cc index f51000759b..e0bf454cf6 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,6 +1,6 @@ /* - * $Id: store_client.cc,v 1.34 1998/07/22 20:54:01 wessels Exp $ + * $Id: store_client.cc,v 1.35 1998/07/30 05:52:32 wessels Exp $ * * DEBUG: section 20 Storage Manager Client-Side Interface * AUTHOR: Duane Wessels @@ -174,7 +174,7 @@ storeClientCopy2(StoreEntry * e, store_client * sc) return; if (sc->flags.store_copying) { sc->flags.copy_event_pending = 1; - debug(20, 3) ("storeClientCopy: Queueing storeClientCopyEvent()\n"); + debug(20, 3) ("storeClientCopy2: Queueing storeClientCopyEvent()\n"); eventAdd("storeClientCopyEvent", storeClientCopyEvent, sc, 0.0, 0); return; }