summaryrefslogtreecommitdiff
path: root/redfish-core/lib/task.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/task.hpp')
-rw-r--r--redfish-core/lib/task.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/task.hpp b/redfish-core/lib/task.hpp
index 050b75c4db..8a5c30b769 100644
--- a/redfish-core/lib/task.hpp
+++ b/redfish-core/lib/task.hpp
@@ -265,7 +265,7 @@ struct TaskData : std::enable_shared_from_this<TaskData>
}
else
{
- BMCWEB_LOG_INFO << "sendTaskEvent: No events to send";
+ BMCWEB_LOG_INFO("sendTaskEvent: No events to send");
}
}