Mercurial > masqmail
comparison src/masqmail.c @ 397:cdd16614c1f5
Fixed debugging output during read_conf().
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 18 Feb 2012 19:59:02 +0100 |
parents | 5781ba87df95 |
children | 6874a4f265c1 |
comparison
equal
deleted
inserted
replaced
396:6f2a8113a79e | 397:cdd16614c1f5 |
---|---|
639 exit(1); | 639 exit(1); |
640 } | 640 } |
641 } | 641 } |
642 | 642 |
643 conf.log_dir = LOG_DIR; | 643 conf.log_dir = LOG_DIR; |
644 conf.debug_level = debug_level; /* for debuggin during read_conf() */ | |
644 /* FIXME: fails if we run as user */ | 645 /* FIXME: fails if we run as user */ |
645 logopen(); | 646 logopen(); |
646 if (!read_conf(conf_file)) { | 647 if (!read_conf(conf_file)) { |
647 logwrite(LOG_ALERT, "SHUTTING DOWN due to problems reading config\n"); | 648 logwrite(LOG_ALERT, "SHUTTING DOWN due to problems reading config\n"); |
648 exit(5); | 649 exit(5); |