mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
daemon: fix log message typo
This commit is contained in:
parent
2e8a128c75
commit
f3349b9dd6
@ -243,7 +243,7 @@ int main(int argc, char const * argv[])
|
|||||||
const bool regtest = command_line::get_arg(vm, cryptonote::arg_regtest_on);
|
const bool regtest = command_line::get_arg(vm, cryptonote::arg_regtest_on);
|
||||||
if (testnet + stagenet + regtest > 1)
|
if (testnet + stagenet + regtest > 1)
|
||||||
{
|
{
|
||||||
std::cerr << "Can't specify more than one of --tesnet and --stagenet and --regtest" << ENDL;
|
std::cerr << "Can't specify more than one of --testnet and --stagenet and --regtest" << ENDL;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user