From: Wouter Wijngaards Date: Thu, 16 Feb 2012 09:58:49 +0000 (+0000) Subject: nicer error. X-Git-Tag: release-1.4.17rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90d6d253873648643d2a1ceb4ca58065703bde4;p=thirdparty%2Funbound.git nicer error. git-svn-id: file:///svn/unbound/trunk@2630 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index fb62db182..10b23bebd 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -441,7 +441,7 @@ check_hints(struct config_file* cfg) { struct iter_hints* hints = hints_create(); if(!hints || !hints_apply_cfg(hints, cfg)) { - fatal_exit("Could not set hints zones"); + fatal_exit("Could not set root or stub hints"); } hints_delete(hints); }