moved checkpoint log level

This commit is contained in:
Riccardo Spagni 2014-09-30 08:56:03 +02:00
parent 3e644c25c4
commit 6f7ed13b72

View file

@ -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
{ {