aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-format-strings.py
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-06-07 15:39:29 +0200
committerJon Atack <jon@atack.com>2022-06-07 15:56:26 +0200
commit433b52569417674f84c2b1d449037701814420c4 (patch)
tree19c176773e99b9aef382ee06d89ecedd45523b99 /test/lint/lint-format-strings.py
parent45d8b1e94a8e3e68f210d496330f5e16219d2a8d (diff)
downloadbitcoin-433b52569417674f84c2b1d449037701814420c4.tar.xz
Add LogPrintLevel to lint-format-strings, drop LogPrint-vs-LogPrintf section in dev notes
that was added in 2015 by commit b8c06ef40 in PR 7003, as that potential issue would now be caught by the test/lint/lint-format-strings.py script run by the CI
Diffstat (limited to 'test/lint/lint-format-strings.py')
-rwxr-xr-xtest/lint/lint-format-strings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-format-strings.py b/test/lint/lint-format-strings.py
index 28e7b1e4ff..412cf86791 100755
--- a/test/lint/lint-format-strings.py
+++ b/test/lint/lint-format-strings.py
@@ -22,6 +22,7 @@ FUNCTION_NAMES_AND_NUMBER_OF_LEADING_ARGUMENTS = [
'LogConnectFailure,1',
'LogPrint,1',
'LogPrintf,0',
+ 'LogPrintLevel,2',
'printf,0',
'snprintf,2',
'sprintf,1',