blockstorage: use debug log category

This commit is contained in:
Anthony Towns
2021-10-04 14:44:41 +10:00
parent da94ebc2fa
commit 31b2b802b5
4 changed files with 5 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ class RpcMiscTest(BitcoinTestFramework):
self.log.info("test logging rpc and help")
# Test logging RPC returns the expected number of logging categories.
assert_equal(len(node.logging()), 26)
assert_equal(len(node.logging()), 27)
# Test toggling a logging category on/off/on with the logging RPC.
assert_equal(node.logging()['qt'], True)