]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5122] Added a space before position
authorFrancis Dupont <fdupont@isc.org>
Sat, 28 Jan 2017 09:56:05 +0000 (10:56 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 28 Jan 2017 09:56:05 +0000 (10:56 +0100)
src/lib/dhcpsrv/parsers/dhcp_parsers.cc

index 2d22382d0e828f8609d1474024a8eb4c9a9f8921..2057251fd625526554b179e1f48b88b5240711d1 100644 (file)
@@ -1019,8 +1019,8 @@ SubnetConfigParser::createSubnet(ConstElementPtr params) {
         } catch (const BadValue& ex) {
             // addPool() can throw BadValue if the pool is overlapping or
             // is out of bounds for the subnet.
-            isc_throw(DhcpConfigError, ex.what() << "(" << params->getPosition()
-                      << ")");
+            isc_throw(DhcpConfigError,
+                      ex.what() << " (" << params->getPosition() << ")");
         }
     }