]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Replaced one more mem-> with direct mem_obj-> reference.
authorhno <>
Fri, 11 May 2007 04:40:12 +0000 (04:40 +0000)
committerhno <>
Fri, 11 May 2007 04:40:12 +0000 (04:40 +0000)
src/store.cc

index 56b98209886de8eb4c0debbfafeb4cd8047f0a4b..b5f3898b3c00975a9571dae244e976c3849e6db5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.612 2007/05/07 21:51:21 wessels Exp $
+ * $Id: store.cc,v 1.613 2007/05/10 22:40:12 hno Exp $
  *
  * DEBUG: section 20    Storage Manager
  * AUTHOR: Harvest Derived
@@ -650,7 +650,7 @@ StoreEntry::setPublicKey()
 #if MORE_DEBUG_OUTPUT
 
     if (EBIT_TEST(flags, RELEASE_REQUEST))
-        debugs(20, 1, "assertion failed: RELEASE key " << key << ", url " << mem->url);
+        debugs(20, 1, "assertion failed: RELEASE key " << key << ", url " << mem_obj->url);
 
 #endif