mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 22:31:03 -05:00
cryptonote_core: --dns-versions-check is deprecated
This commit is contained in:
parent
8d4c625713
commit
935f2d20ec
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ namespace cryptonote
|
|||
else if (check_updates_string == "update")
|
||||
check_updates_level = UPDATES_UPDATE;
|
||||
else {
|
||||
MERROR("Invalid argument to --dns-versions-check: " << check_updates_string);
|
||||
MERROR("Invalid argument to --check-updates: " << check_updates_string);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue