summaryrefslogtreecommitdiff
path: root/redfish-core/lib/manager_diagnostic_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/manager_diagnostic_data.hpp')
-rw-r--r--redfish-core/lib/manager_diagnostic_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/manager_diagnostic_data.hpp b/redfish-core/lib/manager_diagnostic_data.hpp
index ec742310c3..4dedc3fd3a 100644
--- a/redfish-core/lib/manager_diagnostic_data.hpp
+++ b/redfish-core/lib/manager_diagnostic_data.hpp
@@ -37,7 +37,7 @@ inline void afterGetManagerStartTime(
if (runTime < steady_clock::duration::zero())
{
- BMCWEB_LOG_CRITICAL << "Uptime was negative????";
+ BMCWEB_LOG_CRITICAL("Uptime was negative????");
messages::internalError(asyncResp->res);
return;
}