Browse Source

[3899] Added missing space in error message

Francis Dupont 10 years ago
parent
commit
f3250897c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata/generic/detail/txt_like.h

+ 1 - 1
src/lib/dns/rdata/generic/detail/txt_like.h

@@ -126,7 +126,7 @@ private:
         lexer.ungetToken();
         lexer.ungetToken();
 
 
         if (string_list_.empty()) {
         if (string_list_.empty()) {
-            isc_throw(InvalidRdataText, "Failed to construct" <<
+            isc_throw(InvalidRdataText, "Failed to construct " <<
                       RRType(typeCode) << " RDATA: empty input");
                       RRType(typeCode) << " RDATA: empty input");
         }
         }
     }
     }