summaryrefslogtreecommitdiffstats
path: root/sensordatahandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sensordatahandler.cpp')
-rw-r--r--sensordatahandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensordatahandler.cpp b/sensordatahandler.cpp
index 4d87341..20006dc 100644
--- a/sensordatahandler.cpp
+++ b/sensordatahandler.cpp
@@ -68,7 +68,7 @@ ServicePath getServiceAndPath(sdbusplus::bus::bus& bus,
const auto& iter = mapperResponse.find(path);
if (iter == mapperResponse.end())
{
- log<level::ERR>("Coudn't find d-bus path",
+ log<level::ERR>("Couldn't find D-Bus path",
entry("PATH=%s", path),
entry("INTERFACE=%s", interface));
elog<InternalFailure>();
OpenPOWER on IntegriCloud