Parcourir la source

[2384] editorial in exception message: add a space for readability

JINMEI Tatuya il y a 12 ans
Parent
commit
3f0397574f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dns/rrttl.cc

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

@@ -87,7 +87,7 @@ RRTTL::RRTTL(const std::string& ttlstr) {
                 }
                 if (!found) {
                     isc_throw(InvalidRRTTL, "Unknown unit used: " << *unit <<
-                              "in: " << ttlstr);
+                              " in: " << ttlstr);
                 }
             }
             // Now extract the number, defaut to 1 if there's no digit