mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 08:55:53 +00:00
Remove chatty debug.
This commit is contained in:
@@ -123,7 +123,7 @@ bool LedgerAcquire::tryLocal()
|
|||||||
{
|
{
|
||||||
if (mLedger->getTransHash().isZero())
|
if (mLedger->getTransHash().isZero())
|
||||||
{
|
{
|
||||||
cLog(lsDEBUG) << "No TXNs to fetch";
|
cLog(lsINFO) << "No TXNs to fetch";
|
||||||
mHaveTransactions = true;
|
mHaveTransactions = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user