~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/protocol.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
 
303
303
    def call(self, *args):
304
304
        if 'hpss' in debug.debug_flags:
305
 
            mutter('hpss call: %r', args)
 
305
            mutter('hpss call:   %r', args)
306
306
        self._write_args(args)
307
307
        self._request.finished_writing()
308
308