Revert "README.Coding.md: add DBG_STARTUP_NOTICE macro"
authorStefan Metzmacher <metze@samba.org>
Thu, 23 Nov 2023 12:20:23 +0000 (13:20 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 24 Nov 2023 10:34:58 +0000 (10:34 +0000)
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 <metze@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Nov 24 10:34:58 UTC 2023 on atb-devel-224

README.Coding.md

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