Browse Source

[2386] Update exception message

Mukund Sivaraman 12 years ago
parent
commit
5e76a46d55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

+ 1 - 1
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

@@ -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) {