From: Andre Noll Date: Sun, 18 Jan 2009 23:22:53 +0000 (+0100) Subject: server.c: Only try to print errors when not in daemon mode. X-Git-Tag: v0.3.4~77 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a584fc87a0e2ab02168fe63a5571f0b5b48698c2 server.c: Only try to print errors when not in daemon mode. --- diff --git a/server.c b/server.c index 0924ace4..6aa7c1f4 100644 --- a/server.c +++ b/server.c @@ -226,7 +226,7 @@ static void parse_config(int override) .initialize = 0, .check_required = 1, .check_ambiguity = 0, - .print_errors = 1 + .print_errors = !conf.daemon_given }; server_cmdline_parser_config_file(cf, &conf, ¶ms); conf.daemon_given = tmp;