mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
moved checkpoint log level
This commit is contained in:
@@ -69,7 +69,7 @@ namespace cryptonote
|
||||
|
||||
if(it->second == h)
|
||||
{
|
||||
LOG_PRINT_GREEN("CHECKPOINT PASSED FOR HEIGHT " << height << " " << h, LOG_LEVEL_0);
|
||||
LOG_PRINT_GREEN("CHECKPOINT PASSED FOR HEIGHT " << height << " " << h, LOG_LEVEL_1);
|
||||
return true;
|
||||
}else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user