~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: John Arbash Meinel
  • Date: 2009-12-14 16:16:05 UTC
  • mto: (4896.1.3 2.1.0b4-dev)
  • mto: This revision was merged to the branch mainline in revision 4898.
  • Revision ID: john@arbash-meinel.com-20091214161605-ifvx2fwd2b7rlvsf
Review feedback from Andrew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
        self._command = None
292
292
        if 'hpss' in debug.debug_flags:
293
293
            self._request_start_time = osutils.timer_func()
294
 
            self._thread_id = threading.currentThread().ident
 
294
            self._thread_id = threading.currentThread().get_ident()
295
295
 
296
296
    def _trace(self, action, message, extra_bytes=None, include_time=False):
297
297
        # It is a bit of a shame that this functionality overlaps with that of