From: Björn Jacke Date: Wed, 15 Nov 2023 18:44:38 +0000 (+0100) Subject: README.Coding.md: add DBG_STARTUP_NOTICE macro X-Git-Tag: talloc-2.4.2~635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb370b9381e5d223ff4ac62f612888f90a63fcc5;p=thirdparty%2Fsamba.git 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 --- 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: