diff -r 4d86bdef3371 -r 090a797f2b47 mercurial/wireprotov2peer.py --- a/mercurial/wireprotov2peer.py Fri Jan 25 15:09:08 2019 -0800 +++ b/mercurial/wireprotov2peer.py Fri Jan 25 15:15:59 2019 -0800 @@ -304,7 +304,7 @@ # TODO tell reactor? self._frameseof = True else: - self._ui.note(_('received %r\n') % frame) + self._ui.debug('received %r\n' % frame) self._processframe(frame) # Also try to read the first redirect.