From c90d6d253873648643d2a1ceb4ca58065703bde4 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 16 Feb 2012 09:58:49 +0000 Subject: [PATCH] nicer error. git-svn-id: file:///svn/unbound/trunk@2630 be551aaa-1e26-0410-a405-d3ace91eadb9 --- smallapp/unbound-checkconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2