~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/message.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-12 07:57:46 UTC
  • mfrom: (3702.2.1 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20080912075746-kg3w6klh2bufrjd6
Fix '_in_buffer' AttributeError when using the -Dhpss debug flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
            if 'hpss' in debug.debug_flags:
241
241
                mutter(
242
242
                    'decoder state: buf[:10]=%r, state_accept=%s',
243
 
                    self._protocol_decoder._in_buffer[:10],
 
243
                    self._protocol_decoder._get_in_buffer()[:10],
244
244
                    self._protocol_decoder.state_accept.__name__)
245
245
            raise errors.ConnectionReset(
246
246
                "please check connectivity and permissions",