mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Reduce a debug message to debug level.
This commit is contained in:
@@ -718,7 +718,7 @@ LedgerAcquire::pointer LedgerAcquireMaster::findCreate(const uint256& hash)
|
|||||||
ptr->setTimer(); // Cannot call in constructor
|
ptr->setTimer(); // Cannot call in constructor
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
cLog(lsINFO) << "LedgerAcquireMaster acquiring ledger we already have";
|
cLog(lsDEBUG) << "LedgerAcquireMaster acquiring ledger we already have";
|
||||||
return ptr;
|
return ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user