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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_client.hpp b/http/http_client.hpp
index 71fb885551..e1c4d374eb 100644
--- a/http/http_client.hpp
+++ b/http/http_client.hpp
@@ -766,7 +766,7 @@ class ConnectionPool : public std::enable_shared_from_this<ConnectionPool>
}
else if (requestQueue.size() < maxRequestQueueSize)
{
- BMCWEB_LOG_ERROR(
+ BMCWEB_LOG_DEBUG(
"Max pool size reached. Adding data to queue.{}:{}", destIP,
std::to_string(destPort));
requestQueue.emplace_back(std::move(thisReq), std::move(cb));