]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3899] Removed extra space from error message
authorFrancis Dupont <fdupont@isc.org>
Tue, 16 Jun 2015 21:29:27 +0000 (23:29 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 16 Jun 2015 21:29:27 +0000 (23:29 +0200)
src/lib/dhcpsrv/subnet.cc

index 36f1ae19ec000e6d986b1960bc39a21057c1c112..dea49fc4524eaae055916d9de59abd6d1e76db07 100644 (file)
@@ -272,7 +272,7 @@ Subnet::addPool(const PoolPtr& pool) {
                       << Lease::typeToText(pool->getType())
                       << ", with the following address range: "
                       << pool->getFirstAddress() << "-"
-                      << pool->getLastAddress() << " does not match "
+                      << pool->getLastAddress() << " does not match"
                       << " the prefix of a subnet: "
                       << prefix_ << "/" << static_cast<int>(prefix_len_)
                       << " to which it is being added");