From eb8aab759fb15824a5dd3004e689d0eb5b884a32 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 25 May 2022 18:26:54 +0200 Subject: logging: add LogPrintfCategory to log unconditionally with category prefixing the output with the passed category name. - add documentation - add a unit test - update lint-logs.py - update lint-format-strings.py --- test/lint/lint-format-strings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lint/lint-format-strings.py') diff --git a/test/lint/lint-format-strings.py b/test/lint/lint-format-strings.py index 412cf86791..522023e328 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', + 'LogPrintfCategory,1', 'LogPrintLevel,2', 'printf,0', 'snprintf,2', -- cgit v1.2.3