summaryrefslogtreecommitdiffstats
path: root/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils.cpp')
-rw-r--r--utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.cpp b/utils.cpp
index 31c219c..4f59f6c 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -496,7 +496,7 @@ void createIP(sdbusplus::bus::bus& bus,
if (reply.is_method_error())
{
- log<level::ERR>("Failed to excute method",
+ log<level::ERR>("Failed to execute method",
entry("METHOD=%s", "IP"),
entry("PATH=%s", objPath.c_str()));
elog<InternalFailure>();
@@ -522,7 +522,7 @@ void createVLAN(sdbusplus::bus::bus& bus,
if (reply.is_method_error())
{
- log<level::ERR>("Failed to excute method",
+ log<level::ERR>("Failed to execute method",
entry("METHOD=%s", "VLAN"),
entry("PATH=%s", objPath.c_str()));
elog<InternalFailure>();
OpenPOWER on IntegriCloud