From: Alex Rousskov Date: Tue, 8 Feb 2011 01:29:29 +0000 (-0700) Subject: Polished debugging. Needs more work. X-Git-Tag: take02~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb16c89a57e9945fe23e38dfb318b81bf2b9e43f;p=thirdparty%2Fsquid.git Polished debugging. Needs more work. --- diff --git a/src/fs/rock/RockDirMap.cc b/src/fs/rock/RockDirMap.cc index e230fb7a50..6424265eee 100644 --- a/src/fs/rock/RockDirMap.cc +++ b/src/fs/rock/RockDirMap.cc @@ -53,7 +53,7 @@ Rock::DirMap::openForWriting(const cache_key *const key, sfileno &fileno) return &s.seBasics; // and keep the entry locked } - debugs(79, 5, HERE << " failed to open slot for key " << storeKeyText(key) + debugs(79, 5, HERE << " failed to open slot at " << idx << " for key " << storeKeyText(key) << " for writing in map [" << path << ']'); return NULL; }