mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-25 16:08:34 +00:00
fixed typo: monero-wallet-cli,log
This commit is contained in:
parent
39aaea8e62
commit
feed6175ea
@ -137,7 +137,7 @@ namespace wallet_args
|
|||||||
if (!vm["log-file"].defaulted())
|
if (!vm["log-file"].defaulted())
|
||||||
log_path = command_line::get_arg(vm, arg_log_file);
|
log_path = command_line::get_arg(vm, arg_log_file);
|
||||||
else
|
else
|
||||||
log_path = mlog_get_default_log_path("monero-wallet-cli,log");
|
log_path = mlog_get_default_log_path("monero-wallet-cli.log");
|
||||||
mlog_configure(log_path, false);
|
mlog_configure(log_path, false);
|
||||||
if (!vm["log-level"].defaulted())
|
if (!vm["log-level"].defaulted())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user