From 6b08001f9e6d4f066ce3a0f4d9bc6e24c601c87c Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 22 Jun 2016 23:05:50 +0100 Subject: [PATCH] simplewallet: mention the background refresh thread when starting It should be less confusing for people who're used to the foreground refresh from earlier versions. --- src/simplewallet/simplewallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 22ddb063..6ea934ac 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -3151,6 +3151,7 @@ bool simple_wallet::run() { refresh(std::vector()); } + 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 + "]: ", ""); } //----------------------------------------------------------------------------------------------------