mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
double spaces.
git-svn-id: file:///svn/unbound/trunk@4793 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
bded93f69b
commit
2e34a8f643
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue