better line about fix suggestion

git-svn-id: file:///svn/unbound/trunk@4794 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-07-20 08:58:30 +00:00
parent 2e34a8f643
commit 6de329359c

View 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(!config_read(cfg, cfgfile, daemon->chroot)) {
if(errno != ENOENT) if(errno != ENOENT)
fatal_exit("Could not read config file: %s." fatal_exit("Could not read config file: %s."
" With unbound -dd it stays on the " " Maybe try unbound -dd, it stays on "
"commandline to see more errors, " "the commandline to see more errors, "
"or unbound-checkconf", cfgfile); "or unbound-checkconf", cfgfile);
log_warn("Continuing with default config settings"); log_warn("Continuing with default config settings");
} }