mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
better line about fix suggestion
git-svn-id: file:///svn/unbound/trunk@4794 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2e34a8f643
commit
6de329359c
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue