]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2386] Update exception message
authorMukund Sivaraman <muks@isc.org>
Fri, 22 Feb 2013 10:02:30 +0000 (15:32 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 22 Feb 2013 10:02:30 +0000 (15:32 +0530)
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

index 44752d91ab57cbb52204cb91f337d177a2efbe2c..7b9d35921cbeffb15b1a7cf2beeb31dbda54069c 100644 (file)
@@ -150,7 +150,7 @@ buildBitmapsFromLexer(const char* const rrtype_name,
 
     if (!have_rrtypes) {
          isc_throw(InvalidRdataText,
-                   rrtype_name << " record does not end with RR type string");
+                   rrtype_name << " record does not end with RR type mnemonic");
     }
 
     for (int window = 0; window < 256; ++window) {