From 6de329359c2bdab62f7492bc4f3e0fda9dc3fe2c Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 20 Jul 2018 08:58:30 +0000 Subject: [PATCH] better line about fix suggestion git-svn-id: file:///svn/unbound/trunk@4794 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/unbound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/unbound.c b/daemon/unbound.c index b10556d5b..3f0f75a56 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -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"); }