diff options
| author | John Newbery <[email protected]> | 2017-03-07 18:46:17 -0500 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-03-09 09:26:48 -0500 |
| commit | 64c080051b932b3e53ece7638f199e48d0ad16c8 (patch) | |
| tree | 87dbf2ccfa73d4650556919e92108033b54fc9a7 /qa/rpc-tests/rpcbind_test.py | |
| parent | Use logging in test_framework/comptool.py (diff) | |
| download | discoin-64c080051b932b3e53ece7638f199e48d0ad16c8.tar.xz discoin-64c080051b932b3e53ece7638f199e48d0ad16c8.zip | |
Use logging in individual tests
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
| -rwxr-xr-x | qa/rpc-tests/rpcbind_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py index 499fe3367..220bf4ddd 100755 --- a/qa/rpc-tests/rpcbind_test.py +++ b/qa/rpc-tests/rpcbind_test.py @@ -61,7 +61,7 @@ class RPCBindTest(BitcoinTestFramework): break if non_loopback_ip is None: assert(not 'This test requires at least one non-loopback IPv4 interface') - print("Using interface %s for testing" % non_loopback_ip) + self.log.info("Using interface %s for testing" % non_loopback_ip) defaultport = rpc_port(0) |