summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_client.hpp')
-rw-r--r--http/http_client.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/http/http_client.hpp b/http/http_client.hpp
index 2d03487e84..59804789ee 100644
--- a/http/http_client.hpp
+++ b/http/http_client.hpp
@@ -790,8 +790,7 @@ class ConnectionPool : public std::enable_shared_from_this<ConnectionPool>
{
// If we can't buffer the request then we should let the
// callback handle a 429 Too Many Requests dummy response
- BMCWEB_LOG_ERROR("{}:{} request queue full. Dropping request.",
- id);
+ BMCWEB_LOG_ERROR("{} request queue full. Dropping request.", id);
Response dummyRes;
dummyRes.result(boost::beast::http::status::too_many_requests);
resHandler(dummyRes);