From bb370b9381e5d223ff4ac62f612888f90a63fcc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 15 Nov 2023 19:44:38 +0100 Subject: [PATCH] README.Coding.md: add DBG_STARTUP_NOTICE macro BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377 Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- README.Coding.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.Coding.md b/README.Coding.md index 76f2c70e95a..132f3f4fa58 100644 --- a/README.Coding.md +++ b/README.Coding.md @@ -539,11 +539,12 @@ It should be: Use these following macros instead of DEBUG: ``` -DBG_ERR log level 0 error conditions -DBG_WARNING log level 1 warning conditions -DBG_NOTICE log level 3 normal, but significant, condition -DBG_INFO log level 5 informational message -DBG_DEBUG log level 10 debug-level message +DBG_STARTUP_NOTICE log level -1 startup like notice +DBG_ERR log level 0 error conditions +DBG_WARNING log level 1 warning conditions +DBG_NOTICE log level 3 normal, but significant, condition +DBG_INFO log level 5 informational message +DBG_DEBUG log level 10 debug-level message ``` Example usage: -- 2.47.3