mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
[tests] Reduce NodeConn connection logging from info to debug
This commit is contained in:
parent
6378e5c514
commit
cc046f66a7
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class P2PConnection(asyncore.dispatcher):
|
|||
self.network = net
|
||||
self.disconnect = False
|
||||
|
||||
logger.info('Connecting to Bitcoin Node: %s:%d' % (self.dstaddr, self.dstport))
|
||||
logger.debug('Connecting to Bitcoin Node: %s:%d' % (self.dstaddr, self.dstport))
|
||||
|
||||
try:
|
||||
self.connect((dstaddr, dstport))
|
||||
|
|
Loading…
Reference in a new issue