Merge pull request #1621

feed6175 fixed typo: monero-wallet-cli,log (kenshi84)
This commit is contained in:
Riccardo Spagni 2017-01-23 08:11:02 -05:00
commit 6f39ba5909
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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())
{