From 64c080051b932b3e53ece7638f199e48d0ad16c8 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 7 Mar 2017 18:46:17 -0500 Subject: Use logging in individual tests --- qa/rpc-tests/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/rpc-tests/rest.py') diff --git a/qa/rpc-tests/rest.py b/qa/rpc-tests/rest.py index 9ca1cc187a..776211d301 100755 --- a/qa/rpc-tests/rest.py +++ b/qa/rpc-tests/rest.py @@ -58,7 +58,7 @@ class RESTTest (BitcoinTestFramework): def run_test(self): url = urllib.parse.urlparse(self.nodes[0].url) - print("Mining blocks...") + self.log.info("Mining blocks...") self.nodes[0].generate(1) self.sync_all() -- cgit v1.2.3