~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/protocol.py

  • Committer: John Arbash Meinel
  • Date: 2007-07-27 19:41:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2660.
  • Revision ID: john@arbash-meinel.com-20070727194103-xj3g89nsqnxsiwpq
Add some more hpss logging.
Also, remove a spurious call to 'get_master_branch()' as part of 'bzr update'

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