From db2a61ab26f8dab5c9b8f27ae25f9b1ca5fe67b4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 1 Nov 2010 18:42:36 +1100 Subject: debug Explain the behaviour of setup_logging() more clearly --- source3/lib/debug.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/debug.c b/source3/lib/debug.c index 026616babf..f9f4cae000 100644 --- a/source3/lib/debug.c +++ b/source3/lib/debug.c @@ -564,6 +564,12 @@ void debug_register_msgs(struct messaging_context *msg_ctx) /** control the name of the logfile and whether logging will be to stdout, stderr or a file, and set up syslog + + new_log indicates the destination for the debug log (an enum in + order of precedence - once set to DEBUG_FILE, it is not possible to + reset to DEBUG_STDOUT for example. This makes it easy to override + for debug to stderr on the command line, as the smb.conf cannot + reset it back to file-based logging */ void setup_logging(const char *prog_name, enum debug_logtype new_logtype) { -- cgit