From: Andre Noll Date: Sun, 17 Feb 2008 20:55:19 +0000 (+0100) Subject: server.c: Clarify fatal log message. X-Git-Tag: v0.3.1~8 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0a0a6201cd5ff86e106cc77f98a92b1d49f90054 server.c: Clarify fatal log message. And kill the superfluous "%s" parameter. --- diff --git a/server.c b/server.c index e03d207a..98e208ac 100644 --- a/server.c +++ b/server.c @@ -266,7 +266,7 @@ static void parse_config(int override) /* logfile */ if (!conf.logfile_given && conf.daemon_given) { ret = -1; - PARA_EMERG_LOG("%s", "daemon, but no log file\n"); + PARA_EMERG_LOG("fatal: daemon option, but no log file given\n"); goto out; } if (conf.logfile_given)