Merge pull request #1621

feed6175 fixed typo: monero-wallet-cli,log (kenshi84)
release-v0.4.0.1
Riccardo Spagni 8 years ago
commit 6f39ba5909
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -137,7 +137,7 @@ namespace wallet_args
if (!vm["log-file"].defaulted())
log_path = command_line::get_arg(vm, arg_log_file);
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);
if (!vm["log-level"].defaulted())
{

Loading…
Cancel
Save