From 0a0a6201cd5ff86e106cc77f98a92b1d49f90054 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 17 Feb 2008 21:55:19 +0100 Subject: [PATCH] server.c: Clarify fatal log message. And kill the superfluous "%s" parameter. --- server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2