[Pkg-bazaar-commits] ./bzr/unstable r433: - more trace from statcache

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:55 UTC 2009


------------------------------------------------------------
revno: 433
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-05-10 16:17:46 +1000
message:
  - more trace from statcache
modified:
  bzrlib/statcache.py
-------------- next part --------------
=== modified file 'bzrlib/statcache.py'
--- a/bzrlib/statcache.py	2005-05-10 06:14:56 +0000
+++ b/bzrlib/statcache.py	2005-05-10 06:17:46 +0000
@@ -160,7 +160,8 @@
             cache[file_id] = cacheentry
             dirty += 1
 
-    mutter('work cache: read %d files, %d changed' % (hardcheck, dirty))
+    mutter('work cache: read %d files, %d changed, %d in cache'
+           % (hardcheck, dirty, len(cache)))
         
     if dirty:
         write_cache(branch, cache.itervalues())



More information about the Pkg-bazaar-commits mailing list