mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
moved checkpoint log level
This commit is contained in:
parent
3e644c25c4
commit
6f7ed13b72
@ -69,7 +69,7 @@ namespace cryptonote
|
|||||||
|
|
||||||
if(it->second == h)
|
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;
|
return true;
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user