mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 07:52:25 +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)
|
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 a new issue