From: Stefan Metzmacher Date: Thu, 23 Nov 2023 12:20:23 +0000 (+0100) Subject: Revert "README.Coding.md: add DBG_STARTUP_NOTICE macro" X-Git-Tag: talloc-2.4.2~560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5c76c3c814dac2b0c09026520f75c0b0e22b6b4;p=thirdparty%2Fsamba.git Revert "README.Coding.md: add DBG_STARTUP_NOTICE macro" This reverts commit bb370b9381e5d223ff4ac62f612888f90a63fcc5. We no longer use log level -1 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377 Signed-off-by: Stefan Metzmacher Reviewed-by: Björn Jacke Reviewed-by: Andrew Bartlett Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Nov 24 10:34:58 UTC 2023 on atb-devel-224 --- diff --git a/README.Coding.md b/README.Coding.md index 132f3f4fa58..76f2c70e95a 100644 --- a/README.Coding.md +++ b/README.Coding.md @@ -539,12 +539,11 @@ It should be: Use these following macros instead of DEBUG: ``` -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 +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: