Browse Source

[2218] Update message used in throw

Mukund Sivaraman 12 years ago
parent
commit
25a4afa239
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/zone_finder.cc

+ 1 - 1
src/lib/datasrc/memory/zone_finder.cc

@@ -627,7 +627,7 @@ InMemoryZoneFinder::findNSEC3(const isc::dns::Name& name, bool recursive) {
     const ZoneTree& tree = nsec3_data->getNSEC3Tree();
     if (tree.getNodeCount() == 0) {
         isc_throw(DataSourceError,
-                  "findNSEC3 attempt but zone has no NSEC3 RR: " <<
+                  "findNSEC3 attempt but zone has no NSEC3 RRs: " <<
                   getOrigin() << "/" << getClass());
     }