aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-leaktests.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/rpc-tests/p2p-leaktests.py')
-rwxr-xr-xqa/rpc-tests/p2p-leaktests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/p2p-leaktests.py b/qa/rpc-tests/p2p-leaktests.py
index c86f6257c9..3a843197fb 100755
--- a/qa/rpc-tests/p2p-leaktests.py
+++ b/qa/rpc-tests/p2p-leaktests.py
@@ -32,7 +32,7 @@ class CLazyNode(NodeConnCB):
def bad_message(self, message):
self.unexpected_msg = True
- print("should not have received message: %s" % message.command)
+ self.log.info("should not have received message: %s" % message.command)
def on_open(self, conn):
self.connected = True