From b8a08f199a342977647076ba0b77c777bfa1e885 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 26 Feb 2017 22:59:46 +0000 Subject: wallet: fix --log-file not working --- src/simplewallet/simplewallet.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/simplewallet/simplewallet.cpp') diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 77681ada0..5503c9422 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -4333,7 +4333,8 @@ int main(int argc, char* argv[]) argc, argv, "monero-wallet-cli [--wallet-file=|--generate-new-wallet=] []", desc_params, - positional_options + positional_options, + "monero-wallet-cli.log" ); if (!vm) -- cgit v1.2.3