Browse Source

[2426] Update exception message

Mukund Sivaraman 11 years ago
parent
commit
acb20abee7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata.cc

+ 1 - 1
src/lib/dns/rdata.cc

@@ -267,7 +267,7 @@ Generic::constructFromLexer(MasterLexer& lexer) {
 
     if (data.size() != rdlen) {
         isc_throw(InvalidRdataLength,
-                  "Unknown RDATA hex data doesn't match RDLENGTH: "
+                  "Size of unknown RDATA hex data doesn't match RDLENGTH: "
                   << data.size() << " vs. " << rdlen);
     }