mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
moved checkpoint log level
This commit is contained in:
parent
3e644c25c4
commit
6f7ed13b72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue