Skip to content

Commit 390b652

Browse files
ladivinjhedberg
authored andcommitted
Logging: improve help message of LOG_PRINTK Kconfig option
Improve it so that: - it mentions the important fact that it redirects `printk` messages to the logging subsystem - it is consistent with the help messages of the other options in this file (i.e. it starts with "If enabled") Signed-off-by: Ladislav Podivin <[email protected]>
1 parent 5e38471 commit 390b652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subsys/logging/Kconfig.processing

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ config LOG_PRINTK
99
bool "Process printk messages"
1010
default y if PRINTK && (!ZTEST || ZTEST_NEW_API)
1111
help
12-
LOG_PRINTK messages are formatted in place and logged unconditionally.
12+
If enabled, printk messages are redirected to the logging subsystem.
13+
The messages are formatted in place and logged unconditionally.
1314

1415
if LOG_MODE_DEFERRED && !LOG_FRONTEND_ONLY
1516

0 commit comments

Comments
 (0)