We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aade4b commit a6216c7Copy full SHA for a6216c7
src/main/java/org/tron/core/db/Manager.java
@@ -709,7 +709,7 @@ public synchronized void pushBlock(final BlockCapsule block)
709
applyBlock(newBlock);
710
tmpDialog.commit();
711
} catch (RevokingStoreIllegalStateException e) {
712
- logger.debug(e.getMessage(), e);
+ logger.error(e.getMessage(), e);
713
} catch (Throwable throwable) {
714
logger.error(throwable.getMessage(), throwable);
715
khaosDb.removeBlk(block.getBlockId());
0 commit comments