]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3539] Trivial fix in the error message thrown by the CfgIface.
authorMarcin Siodelski <marcin@isc.org>
Thu, 18 Dec 2014 10:43:28 +0000 (11:43 +0100)
committerMarcin Siodelski <marcin@isc.org>
Thu, 18 Dec 2014 10:43:28 +0000 (11:43 +0100)
src/lib/dhcpsrv/cfg_iface.cc

index 66314202b94e0f519f55c1c67591c047ebde3db0..cbe1ef3b438f82268d3da6ee8c10a16c3a095323 100644 (file)
@@ -280,9 +280,9 @@ CfgIface::use(const uint16_t family, const std::string& iface_name) {
         // Insert address and the interface to the collection of unicast
         // addresses.
         if (address_map_.find(name) != address_map_.end()) {
-            isc_throw(DuplicateIfaceName, "must not specify unicast address '"
+            isc_throw(DuplicateIfaceName, "must not select address '"
                       << addr << "' for interface '" << name << "' "
-                      "because other unicast address has already been"
+                      "because another address has already been"
                       " specified for this interface");
         }