diff options
Diffstat (limited to 'util.cpp')
-rw-r--r-- | util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -423,7 +423,7 @@ bool getDHCPValue(const std::string& confDir, const std::string& intf) } catch (InternalFailure& e) { - log<level::INFO>("Exception occured during getting of DHCP value"); + log<level::INFO>("Exception occurred during getting of DHCP value"); } return dhcp; } |