[Pkg-bazaar-commits] ./bzr/unstable r878: - fix typo

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


------------------------------------------------------------
revno: 878
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-07-11 13:12:11 +1000
message:
  - fix typo
modified:
  bzrlib/hashcache.py
-------------- next part --------------
=== modified file 'bzrlib/hashcache.py'
--- a/bzrlib/hashcache.py	2005-07-08 06:54:58 +0000
+++ b/bzrlib/hashcache.py	2005-07-11 03:12:11 +0000
@@ -209,7 +209,7 @@
         hdr = inf.readline()
         if hdr != CACHE_HEADER:
             mutter('cache header marker not found at top of %s; discarding cache'
-                   % cachefn)
+                   % fn)
             return
 
         for l in inf:



More information about the Pkg-bazaar-commits mailing list