]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
nicer error.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Feb 2012 09:58:49 +0000 (09:58 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Feb 2012 09:58:49 +0000 (09:58 +0000)
git-svn-id: file:///svn/unbound/trunk@2630 be551aaa-1e26-0410-a405-d3ace91eadb9

smallapp/unbound-checkconf.c

index fb62db1824d583a487ba46788c721703ec2848d6..10b23bebd85ed8ec6ba73a865aadad134b54a7d4 100644 (file)
@@ -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);
 }