diff mercurial/wireprotov2peer.py @ 41380:090a797f2b47

wireprotov2peer: make "received frame(...)" messages debug level We don't need to show these during --verbose, it's more of a debugging thing. Differential Revision: https://phab.mercurial-scm.org/D5700
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 25 Jan 2019 15:15:59 -0800
parents e6c1c6478d04
children 2372284d9457
line wrap: on
line diff
--- 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.