~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-03 09:46:59 UTC
  • mfrom: (3675.1.4 transport-logging)
  • Revision ID: pqm@pqm.ubuntu.com-20080903094659-lkj3i4hd83d35fov
(mbp) log+ transport decorator

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import sys
28
28
 
29
29
from bzrlib import (
 
30
    debug,
30
31
    errors,
31
32
    ui,
32
33
    urlutils,
230
231
 
231
232
            # Turn it into a list, we will iterate it several times
232
233
            coalesced = list(coalesced)
233
 
            mutter('http readv of %s  offsets => %s collapsed %s',
 
234
            if 'http' in debug.debug_flags:
 
235
                mutter('http readv of %s  offsets => %s collapsed %s',
234
236
                    relpath, len(offsets), len(coalesced))
235
237
 
236
238
            # Cache the data read, but only until it's been used