Browse Source

[3899] Added missing space in error message

Francis Dupont 10 years ago
parent
commit
f6041f9c58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/option4_client_fqdn.cc

+ 1 - 1
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"
         isc_throw(InvalidOption4FqdnFlags, "invalid DHCPv4 Client FQDN"
                   << " Option flag " << std::hex
                   << " Option flag " << std::hex
                   << static_cast<int>(flag) << std::dec
                   << static_cast<int>(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
     // Copy the current flags into local variable. That way we will be able