mirror of
https://github.com/Qortal/qortal.git
synced 2025-11-01 22:57:03 +00:00
Revert "Moved log from INFO to DEBUG, as now the synchronizer is on its own thread it can occur more often than before."
This reverts commit e2e87766fa.
This commit is contained in:
@@ -865,7 +865,7 @@ public class Synchronizer extends Thread {
|
||||
ReentrantLock blockchainLock = Controller.getInstance().getBlockchainLock();
|
||||
if (!blockchainLock.tryLock(3, TimeUnit.SECONDS))
|
||||
// Wasn't peer's fault we couldn't sync
|
||||
LOGGER.debug("Synchronizer couldn't acquire blockchain lock");
|
||||
LOGGER.info("Synchronizer couldn't acquire blockchain lock");
|
||||
return SynchronizationResult.NO_BLOCKCHAIN_LOCK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user