nicer error.

git-svn-id: file:///svn/unbound/trunk@2630 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2012-02-16 09:58:49 +00:00
parent 8e1cb52458
commit c90d6d2538

View 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);
}