summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils/pcie_util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/utils/pcie_util.hpp')
-rw-r--r--redfish-core/include/utils/pcie_util.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/redfish-core/include/utils/pcie_util.hpp b/redfish-core/include/utils/pcie_util.hpp
index 4db6e03249..a889f936ab 100644
--- a/redfish-core/include/utils/pcie_util.hpp
+++ b/redfish-core/include/utils/pcie_util.hpp
@@ -46,8 +46,7 @@ inline void
pcieDevicePaths) {
if (ec)
{
- BMCWEB_LOG_DEBUG << "no PCIe device paths found ec: "
- << ec.message();
+ BMCWEB_LOG_DEBUG("no PCIe device paths found ec: {}", ec.message());
// Not an error, system just doesn't have PCIe info
return;
}