]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3899] Removed extra space in error message
authorFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 14:55:22 +0000 (16:55 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 14:55:22 +0000 (16:55 +0200)
src/lib/dhcp/duid.cc

index 37392d5fe1a4d9aa0f5eee7ca80c0bf8b9a33e84..4625b9c3ce4cbdb934309bf77be445ec4b023dde 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -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 '"