/*
- * $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
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);