Commit a399c923 authored by owsla's avatar owsla

Fix typo -- whoops!


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@922 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent cc5c70c5
......@@ -349,7 +349,7 @@ class CacheIndexable:
del self.cache_dict[self.cache_indicies[0]]
except KeyError:
log.Log("Warning: index %s missing from iterator cache" %
(first_index,),2)
(self.cache_indicies[0],), 2)
del self.cache_indicies[0]
return next_elem
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment