]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server.c: Clarify fatal log message.
authorAndre Noll <maan@systemlinux.org>
Sun, 17 Feb 2008 20:55:19 +0000 (21:55 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 17 Feb 2008 20:55:19 +0000 (21:55 +0100)
And kill the superfluous "%s" parameter.

server.c

index e03d207adf8a639414b21c098885ad1f3f7263db..98e208ac39d9212d67491faf0ad69e21af785128 100644 (file)
--- 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)