]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Doh. Bugfix a typo in last commit
authorrobertc <>
Fri, 24 Oct 2003 01:59:32 +0000 (01:59 +0000)
committerrobertc <>
Fri, 24 Oct 2003 01:59:32 +0000 (01:59 +0000)
src/stmem.cc

index 0acc9daf897ec66ccdfb470e237ecc212261b5cf..63c4403632824ebe3de3f84d78ed3632ffaba6bc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stmem.cc,v 1.86 2003/10/22 20:56:39 robertc Exp $
+ * $Id: stmem.cc,v 1.87 2003/10/23 19:59:32 robertc Exp $
  *
  * DEBUG: section 19    Store Memory Primitives
  * AUTHOR: Harvest Derived
@@ -339,7 +339,7 @@ mem_hdr::write (StoreIOBuffer const &writeBuffer)
     debugs(19, 6, "mem_hdr::write: " << writeBuffer.range() << " object end " << endOffset());
 
     if (unionNotEmpty(writeBuffer)) {
-        debugs(19,0,"mem_hdr::write: writeBuffer: " << writeBuffer.Range());
+        debugs(19,0,"mem_hdr::write: writeBuffer: " << writeBuffer.range());
         debugDump();
         fatal("Attempt to overwrite already in-memory data. Preceeding this there should be a mem_hdr::write output that lists the attempted write, and the currently present data. Please get a 'backtrace full' from this error - using the generated core, and file a bug report with the squid developers including the last 10 lines of cache.log and the backtrace.\n");
         PROF_stop(mem_hdr_write);