]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
double spaces.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 20 Jul 2018 08:56:47 +0000 (08:56 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 20 Jul 2018 08:56:47 +0000 (08:56 +0000)
git-svn-id: file:///svn/unbound/trunk@4793 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/unbound.c

index cb53af14076f1f767bc1717f4b6d4251351ce915..b10556d5ba629c0b416ca6a4f94438635375afff 100644 (file)
@@ -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);