diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-06 18:15:36 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-06 18:15:36 +0200 |
commit | 00fd89a36d6178ba33d12cc9e66285f399381e2d (patch) | |
tree | 7ed99c317eff0e6f26c47373335e2d2d16e2a5c6 /src | |
parent | Merge pull request #878 (diff) | |
parent | simplewallet: mention the background refresh thread when starting (diff) | |
download | monero-00fd89a36d6178ba33d12cc9e66285f399381e2d.tar.xz |
Merge pull request #879
6b08001 simplewallet: mention the background refresh thread when starting (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 4144c0b71..4a7a70b8c 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -3229,6 +3229,7 @@ bool simple_wallet::run() { refresh(std::vector<std::string>()); } + message_writer(epee::log_space::console_color_green, false) << "Background refresh thread started"; return m_cmd_binder.run_handling(std::string("[") + tr("wallet") + " " + addr_start + "]: ", ""); } //---------------------------------------------------------------------------------------------------- |