Show More
@@ -154,7 +154,7 b' class monotone_source(common.converter_s' | |||
|
154 | 154 | retval = [] |
|
155 | 155 | while True: |
|
156 | 156 | commandnbr, stream, length, output = self.mtnstdioreadpacket() |
|
157 |
self.ui.debug('mtn: read packet %s:%s:% |
|
|
157 | self.ui.debug('mtn: read packet %s:%s:%d\n' % | |
|
158 | 158 | (commandnbr, stream, length)) |
|
159 | 159 | |
|
160 | 160 | if stream == 'l': |
General Comments 0
You need to be logged in to leave comments.
Login now