Tweaked log levels

This commit is contained in:
SChernykh
2021-08-28 23:34:46 +02:00
parent ff4d89868b
commit 8a26498b66
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1449,7 +1449,7 @@ void SideChain::prune_old_blocks()
}
if (num_blocks_pruned) {
LOGINFO(3, "pruned " << num_blocks_pruned << " old blocks at heights <= " << h);
LOGINFO(4, "pruned " << num_blocks_pruned << " old blocks at heights <= " << h);
}
}