diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-26 22:59:46 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-28 09:07:56 +0000 |
commit | b8a08f199a342977647076ba0b77c777bfa1e885 (patch) | |
tree | 6798d377699b514dd20755d81451c51d21108321 /src/wallet/wallet_args.h | |
parent | Merge pull request #1798 (diff) | |
download | monero-b8a08f199a342977647076ba0b77c777bfa1e885.tar.xz |
wallet: fix --log-file not working
Diffstat (limited to 'src/wallet/wallet_args.h')
-rw-r--r-- | src/wallet/wallet_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_args.h b/src/wallet/wallet_args.h index e3466509e..cf23ffded 100644 --- a/src/wallet/wallet_args.h +++ b/src/wallet/wallet_args.h @@ -50,5 +50,5 @@ namespace wallet_args const char* const usage, boost::program_options::options_description desc_params, const boost::program_options::positional_options_description& positional_options, - bool log_to_console = false); + const char *default_log_name, bool log_to_console = false); } |