]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
tone down foo has callback warning
authorwessels <>
Sat, 1 Nov 1997 06:37:38 +0000 (06:37 +0000)
committerwessels <>
Sat, 1 Nov 1997 06:37:38 +0000 (06:37 +0000)
src/store.cc

index 10c15e91194701410e7fa0b15bb8b85a313a743e..fca04b7b25910e81c749ffc4bdd43a6e38f4c806 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.331 1997/10/31 17:06:13 wessels Exp $
+ * $Id: store.cc,v 1.332 1997/10/31 23:37:38 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
@@ -751,7 +751,7 @@ storeUnregister(StoreEntry * e, void *data)
     }
     if ((callback = sc->callback)) {
        /* callback with ssize = -1 to indicate unexpected termination */
-       debug(20, 1) ("WARNING: store_client for %s has a callback\n", e->url);
+       debug(20, 3) ("storeUnregister: store_client for %s has a callback\n", e->url);
        sc->callback = NULL;
        callback(sc->callback_data, sc->copy_buf, -1);
     }