~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

Fixing mutter() calls to not have to do string processing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
        warn("not a LogFormatter instance: %r" % lf)
179
179
 
180
180
    if specific_fileid:
181
 
        mutter('get log for file_id %r' % specific_fileid)
 
181
        mutter('get log for file_id %r', specific_fileid)
182
182
 
183
183
    if search is not None:
184
184
        import re