]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug
authorwessels <>
Thu, 30 Jul 1998 11:52:32 +0000 (11:52 +0000)
committerwessels <>
Thu, 30 Jul 1998 11:52:32 +0000 (11:52 +0000)
src/store_client.cc

index f51000759bff646f0d3f5ee06d5910b8cf0e28dc..e0bf454cf65f50549b8eeef75ef9ec7c2eba181e 100644 (file)
@@ -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;
     }