]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
print URL for releaseRequest on unlocked objects
authorwessels <>
Fri, 25 Oct 1996 03:52:53 +0000 (03:52 +0000)
committerwessels <>
Fri, 25 Oct 1996 03:52:53 +0000 (03:52 +0000)
src/store.cc

index 56db2d2a402b992720e779484b7ea7a840cfdd19..1697962fa3eb818c6ad536ce2669eab08aa60a43 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.134 1996/10/24 05:12:43 wessels Exp $
+ * $Id: store.cc,v 1.135 1996/10/24 21:52:53 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
@@ -565,6 +565,7 @@ storeReleaseRequest(StoreEntry * e)
        return;
     if (!storeEntryLocked(e)) {
        debug_trap("Someone called storeReleaseRequest on an unlocked entry");
+       debug(20,0,"  --> '%s'\n", e->url ? e->url : "NULL URL");
        return;
     }
     debug(20, 3, "storeReleaseRequest: FOR '%s'\n", e->key ? e->key : e->url);