From: robertc <> Date: Fri, 24 Oct 2003 01:59:32 +0000 (+0000) Subject: Doh. Bugfix a typo in last commit X-Git-Tag: SQUID_3_0_PRE4~1173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97545f5e4d1e18ff24cd0c78f1327131a07cda84;p=thirdparty%2Fsquid.git Doh. Bugfix a typo in last commit --- diff --git a/src/stmem.cc b/src/stmem.cc index 0acc9daf89..63c4403632 100644 --- a/src/stmem.cc +++ b/src/stmem.cc @@ -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);