README.Coding.md: add DBG_STARTUP_NOTICE macro
authorBjörn Jacke <bj@sernet.de>
Wed, 15 Nov 2023 18:44:38 +0000 (19:44 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Nov 2023 03:52:33 +0000 (03:52 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
README.Coding.md

index 76f2c70e95a263654070b528aa4c9f8260c0c5a7..132f3f4fa5883705533790ec72523c5295f58048 100644 (file)
@@ -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: