mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
Logging reduction.
This commit is contained in:
@@ -373,7 +373,7 @@ void HttpsClient::invokeComplete(const boost::system::error_code& ecResult, int
|
||||
cLog(lsTRACE) << "HttpsClient::invokeComplete: Deadline cancel error: " << ecCancel.message();
|
||||
}
|
||||
|
||||
cLog(lsINFO) << "HttpsClient::invokeComplete: Deadline popping: " << mDeqSites.size();
|
||||
cLog(lsDEBUG) << "HttpsClient::invokeComplete: Deadline popping: " << mDeqSites.size();
|
||||
if (!mDeqSites.empty())
|
||||
{
|
||||
mDeqSites.pop_front();
|
||||
|
||||
Reference in New Issue
Block a user