summaryrefslogtreecommitdiff
path: root/http/complete_response_fields.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/complete_response_fields.hpp')
-rw-r--r--http/complete_response_fields.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/complete_response_fields.hpp b/http/complete_response_fields.hpp
index 1819db59b5..66a4bb79af 100644
--- a/http/complete_response_fields.hpp
+++ b/http/complete_response_fields.hpp
@@ -20,8 +20,8 @@ namespace crow
inline void completeResponseFields(const Request& req, Response& res)
{
- BMCWEB_LOG_INFO << "Response: " << ' ' << req.url().encoded_path() << ' '
- << res.resultInt();
+ BMCWEB_LOG_INFO("Response: {} {}", req.url().encoded_path(),
+ res.resultInt());
addSecurityHeaders(req, res);
authentication::cleanupTempSession(req);