/*
- * $Id: store_swapout.cc,v 1.119 2007/08/16 13:46:20 hno Exp $
+ * $Id: store_swapout.cc,v 1.120 2007/08/16 22:03:32 hno Exp $
*
* DEBUG: section 20 Storage Manager Swapout Functions
* AUTHOR: Duane Wessels
#if SIZEOF_OFF_T <= 4
if (mem_obj->endOffset() > 0x7FFF0000) {
- debugs(20, 0, "WARNING: preventing off_t overflow for %s\n", url());
+ debugs(20, 0, "WARNING: preventing off_t overflow for " << url());
abort();
return;
}