summaryrefslogtreecommitdiffstats
path: root/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils.cpp')
-rw-r--r--utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.cpp b/utils.cpp
index 81fd919..ea3a6aa 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -520,7 +520,7 @@ uint32_t getVLAN(const std::string& path)
}
catch (std::exception & e)
{
- log<level::ERR>("Exception occured during getVLAN",
+ log<level::ERR>("Exception occurred during getVLAN",
entry("PATH=%s",path.c_str()),
entry("EXCEPTION=%s", e.what()));
}
OpenPOWER on IntegriCloud