ctdb-scripts: Add options to generate smb.conf interfaces include file
[samba.git] / 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: