Rev 4575: (mbp) Move 'byte part read' messages to -Dhpssdetail in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed Jul 29 04:44:04 BST 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4575 [merge]
revision-id: pqm at pqm.ubuntu.com-20090729034402-g7p820vh41wa0xc9
parent: pqm at pqm.ubuntu.com-20090728091930-mv2rza67y8ao8roo
parent: mbp at sourcefrog.net-20090728222704-vlyf5fslx2oeanxp
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2009-07-29 04:44:02 +0100
message:
(mbp) Move 'byte part read' messages to -Dhpssdetail
modified:
bzrlib/smart/message.py message.py-20080222013625-ncqmh3nrxjkxab87-1
=== modified file 'bzrlib/smart/message.py'
--- a/bzrlib/smart/message.py 2009-07-06 09:45:49 +0000
+++ b/bzrlib/smart/message.py 2009-07-28 22:27:04 +0000
@@ -330,7 +330,7 @@
while not self.finished_reading:
while self._bytes_parts:
bytes_part = self._bytes_parts.popleft()
- if 'hpss' in debug.debug_flags:
+ if 'hpssdetail' in debug.debug_flags:
mutter(' %d byte part read', len(bytes_part))
yield bytes_part
self._read_more()
More information about the bazaar-commits
mailing list