silent dns warning

This commit is contained in:
wowario
2018-04-19 21:17:43 +03:00
parent 66d8024b43
commit 3ed6bf8518
4 changed files with 5 additions and 12 deletions

View File

@@ -505,7 +505,7 @@ bool load_txt_records_from_dns(std::vector<std::string> &good_records, const std
if (num_valid_records < 2)
{
LOG_PRINT_L0("WARNING: no two valid MoneroPulse DNS checkpoint records were received");
LOG_PRINT_L2("WARNING: no two valid Wownero DNS checkpoint records were received");
return false;
}
@@ -527,7 +527,7 @@ bool load_txt_records_from_dns(std::vector<std::string> &good_records, const std
if (good_records_index < 0)
{
LOG_PRINT_L0("WARNING: no two MoneroPulse DNS checkpoint records matched");
LOG_PRINT_L2("WARNING: no two Wownero DNS checkpoint records matched");
return false;
}