]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
more error text
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Nov 2009 19:32:02 +0000 (19:32 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Nov 2009 19:32:02 +0000 (19:32 +0000)
git-svn-id: file:///svn/unbound/trunk@1892 be551aaa-1e26-0410-a405-d3ace91eadb9

validator/autotrust.c

index cf0b52d23dc9cbd61ea348b382760631d8ed4a18..1e68abacbe68ebef967f8bda216c6615e36b791f 100644 (file)
@@ -804,6 +804,7 @@ int autr_read_file(struct val_anchors* anchors, const char* nm)
                 }
                if(tp && tp != tp2) {
                        log_err("file %s has mismatching data inside: "
+                               "the file may only contain keys for one name, "
                                "remove keys for other domain names", nm);
                        fclose(fd);
                        ldns_rdf_deep_free(origin);