From: Wouter Wijngaards Date: Fri, 20 Jul 2018 08:56:47 +0000 (+0000) Subject: double spaces. X-Git-Tag: release-1.8.0rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e34a8f6438295f58e90dc54e67befe0b86df20a;p=thirdparty%2Funbound.git double spaces. git-svn-id: file:///svn/unbound/trunk@4793 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/unbound.c b/daemon/unbound.c index cb53af140..b10556d5b 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -629,8 +629,8 @@ run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, const char* if(errno != ENOENT) fatal_exit("Could not read config file: %s." " With unbound -dd it stays on the " - " commandline to see more errors, " - " or unbound-checkconf", cfgfile); + "commandline to see more errors, " + "or unbound-checkconf", cfgfile); log_warn("Continuing with default config settings"); } apply_settings(daemon, cfg, cmdline_verbose, debug_mode, log_default_identity);