summaryrefslogtreecommitdiff
path: root/redfish-core/lib/cable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/cable.hpp')
-rw-r--r--redfish-core/lib/cable.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/cable.hpp b/redfish-core/lib/cable.hpp
index a2d0b53fab..bc73267101 100644
--- a/redfish-core/lib/cable.hpp
+++ b/redfish-core/lib/cable.hpp
@@ -30,7 +30,7 @@ inline void
{
if (ec)
{
- BMCWEB_LOG_DEBUG("DBUS response error {}", ec);
+ BMCWEB_LOG_ERROR("DBUS response error {}", ec);
messages::internalError(resp);
return;
}