aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-07-06 18:15:36 +0200
committerRiccardo Spagni <ric@spagni.net>2016-07-06 18:15:36 +0200
commit00fd89a36d6178ba33d12cc9e66285f399381e2d (patch)
tree7ed99c317eff0e6f26c47373335e2d2d16e2a5c6 /src/simplewallet
parentMerge pull request #878 (diff)
parentsimplewallet: mention the background refresh thread when starting (diff)
downloadmonero-00fd89a36d6178ba33d12cc9e66285f399381e2d.tar.xz
Merge pull request #879
6b08001 simplewallet: mention the background refresh thread when starting (moneromooo-monero)
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp1
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 + "]: ", "");
}
//----------------------------------------------------------------------------------------------------