]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
better line about fix suggestion
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 20 Jul 2018 08:58:30 +0000 (08:58 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 20 Jul 2018 08:58:30 +0000 (08:58 +0000)
git-svn-id: file:///svn/unbound/trunk@4794 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/unbound.c

index b10556d5ba629c0b416ca6a4f94438635375afff..3f0f75a560c51ace918ce2d61aca03fb56cb91a7 100644 (file)
@@ -628,8 +628,8 @@ run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, const char*
                if(!config_read(cfg, cfgfile, daemon->chroot)) {
                        if(errno != ENOENT)
                                fatal_exit("Could not read config file: %s."
-                                       " With unbound -dd it stays on the "
-                                       "commandline to see more errors, "
+                                       " Maybe try unbound -dd, it stays on "
+                                       "the commandline to see more errors, "
                                        "or unbound-checkconf", cfgfile);
                        log_warn("Continuing with default config settings");
                }