From: Francis Dupont Date: Tue, 23 Jun 2015 17:50:03 +0000 (+0200) Subject: [3899] Merged strings X-Git-Tag: trac3919_base~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8e8164538f48e48b27664ca5977afd0ab6d9548;p=thirdparty%2Fkea.git [3899] Merged strings --- diff --git a/src/lib/dhcp/duid.cc b/src/lib/dhcp/duid.cc index 4625b9c3ce..9afcf28555 100644 --- a/src/lib/dhcp/duid.cc +++ b/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 '"