diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-28 11:37:21 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-28 11:37:21 +0000 |
commit | 69d2ad3967d30cbb49805040eef2b35b0984b6d1 (patch) | |
tree | 4fca23cd7f61c2872207ea9f3fa02812ced6c5b2 /src/wallet/wallet_args.h | |
parent | Merge pull request #1618 (diff) | |
download | monero-69d2ad3967d30cbb49805040eef2b35b0984b6d1.tar.xz |
wallet_rpc_server: fix logs going to the wrong file
Diffstat (limited to 'src/wallet/wallet_args.h')
-rw-r--r-- | src/wallet/wallet_args.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet/wallet_args.h b/src/wallet/wallet_args.h index 17446abf3..e0719d203 100644 --- a/src/wallet/wallet_args.h +++ b/src/wallet/wallet_args.h @@ -49,5 +49,6 @@ namespace wallet_args int argc, char** argv, const char* const usage, boost::program_options::options_description desc_params, - const boost::program_options::positional_options_description& positional_options); + const boost::program_options::positional_options_description& positional_options, + bool log_to_console = false); } |