Browse Source

[3899] Merged strings

Francis Dupont 10 years ago
parent
commit
d8e8164538
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/duid.cc

+ 1 - 1
src/lib/dhcp/duid.cc

@@ -76,7 +76,7 @@ DUID::decode(const std::string& text) {
             // allowed for client identifier.
             if (split_text[i].empty()) {
                 isc_throw(isc::BadValue, "invalid identifier '"
-                          << text << "':" << " tokens must be"
+                          << text << "': tokens must be"
                           " separated with a single colon");
             } else if (split_text[i].size() > 2) {
                 isc_throw(isc::BadValue, "invalid identifier '"