From: serassio <> Date: Mon, 4 Jul 2005 02:41:46 +0000 (+0000) Subject: Bug #767: Problems making Squid 3.0 PRE3 64 bit X-Git-Tag: SQUID_3_0_PRE4~709 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddd1cefa1b68d72cd0829da7e826a71528edf1fd;p=thirdparty%2Fsquid.git Bug #767: Problems making Squid 3.0 PRE3 64 bit Another debug() ==> debugs() conversion. --- diff --git a/src/fs/coss/store_dir_coss.cc b/src/fs/coss/store_dir_coss.cc index 816e302ac1..9dff81de45 100644 --- a/src/fs/coss/store_dir_coss.cc +++ b/src/fs/coss/store_dir_coss.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir_coss.cc,v 1.60 2005/02/05 22:02:32 serassio Exp $ + * $Id: store_dir_coss.cc,v 1.61 2005/07/03 20:41:46 serassio Exp $ * vim: set et : * * DEBUG: section 47 Store COSS Directory Routines @@ -237,7 +237,7 @@ CossSwapDir::writeCompleted(int errflag, size_t len, RefCount writ if (errflag) { StoreFScoss::GetInstance().stats.stripe_write.fail++; debug(79, 1) ("storeCossWriteMemBufDone: got failure (%d)\n", errflag); - debug(79, 1) ("size=%x\n", cossWrite->membuf->diskend - cossWrite->membuf->diskstart); + debugs(79, 1, "size=" << cossWrite->membuf->diskend - cossWrite->membuf->diskstart); } else { StoreFScoss::GetInstance().stats.stripe_write.success++; }