]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polished debugging. Needs more work.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 8 Feb 2011 01:29:29 +0000 (18:29 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 8 Feb 2011 01:29:29 +0000 (18:29 -0700)
src/fs/rock/RockDirMap.cc

index e230fb7a502b0a1f4c21e82758dbaf1bdca06764..6424265eee845917a9d6a100be284c949a37eeb7 100644 (file)
@@ -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;
 }