aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-08-18 12:29:36 +0200
committerJon Atack <jon@atack.com>2021-08-18 19:57:15 +0200
commitb7a17444e0746c562ae97b26eba431577947b06a (patch)
treeb2995987513a07c104ebf9944da9a5ee91892dd4 /test
parentbb9f76a7194a665effab169d228bb8cbc66ccf86 (diff)
downloadbitcoin-b7a17444e0746c562ae97b26eba431577947b06a.tar.xz
log, sync: add LOCK logging category, apply it to lock contention
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/rpc_misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_misc.py b/test/functional/rpc_misc.py
index 563f2ea43e..13f33c321f 100755
--- a/test/functional/rpc_misc.py
+++ b/test/functional/rpc_misc.py
@@ -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()), 24)
+ assert_equal(len(node.logging()), 25)
# Test toggling a logging category on/off/on with the logging RPC.
assert_equal(node.logging()['qt'], True)