changeset 397:cdd16614c1f5

Fixed debugging output during read_conf().
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 19:59:02 +0100 (2012-02-18)
parents 6f2a8113a79e
children b033fd9b96e4
files src/masqmail.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/masqmail.c	Sat Feb 18 19:57:39 2012 +0100
+++ b/src/masqmail.c	Sat Feb 18 19:59:02 2012 +0100
@@ -641,6 +641,7 @@
 	}
 
 	conf.log_dir = LOG_DIR;
+	conf.debug_level = debug_level;  /* for debuggin during read_conf() */
 	/* FIXME: fails if we run as user */
 	logopen();
 	if (!read_conf(conf_file)) {