Skip to content

Commit cc046f6

Browse files
committed
[tests] Reduce NodeConn connection logging from info to debug
1 parent 6378e5c commit cc046f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/mininode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def peer_connect(self, dstaddr, dstport, net="regtest"):
8686
self.network = net
8787
self.disconnect = False
8888

89-
logger.info('Connecting to Bitcoin Node: %s:%d' % (self.dstaddr, self.dstport))
89+
logger.debug('Connecting to Bitcoin Node: %s:%d' % (self.dstaddr, self.dstport))
9090

9191
try:
9292
self.connect((dstaddr, dstport))

0 commit comments

Comments
 (0)