mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Adjust log levels to reflect actual severity (fixes #3996)
This commit is contained in:
committed by
manojsdoshi
parent
5aedb0e07a
commit
aa4a5b7fe9
@@ -3404,7 +3404,7 @@ PeerImp::getLedger(std::shared_ptr<protocol::TMGetLedger> const& m)
|
||||
}
|
||||
else
|
||||
{
|
||||
JLOG(p_journal_.warn()) << "getLedger: Unable to find ledger";
|
||||
JLOG(p_journal_.debug()) << "getLedger: Unable to find ledger";
|
||||
}
|
||||
|
||||
return ledger;
|
||||
|
||||
Reference in New Issue
Block a user