From: Francis Dupont Date: Sun, 14 Jun 2015 09:29:04 +0000 (+0200) Subject: [3899] Added missing space in error message X-Git-Tag: trac3919_base~6^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6041f9c58587f019e1fe2ae653d890dc95f2b42;p=thirdparty%2Fkea.git [3899] Added missing space in error message --- diff --git a/src/lib/dhcp/option4_client_fqdn.cc b/src/lib/dhcp/option4_client_fqdn.cc index 97c4bb3c5f..0005eecd7e 100644 --- a/src/lib/dhcp/option4_client_fqdn.cc +++ b/src/lib/dhcp/option4_client_fqdn.cc @@ -386,7 +386,7 @@ Option4ClientFqdn::setFlag(const uint8_t flag, const bool set_flag) { isc_throw(InvalidOption4FqdnFlags, "invalid DHCPv4 Client FQDN" << " Option flag " << std::hex << static_cast(flag) << std::dec - << "is being set. Expected combination of E, N, S and O"); + << " is being set. Expected combination of E, N, S and O"); } // Copy the current flags into local variable. That way we will be able