Merge pull request #879

6b08001 simplewallet: mention the background refresh thread when starting (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2016-07-06 18:15:36 +02:00
commit 00fd89a36d
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -3229,6 +3229,7 @@ bool simple_wallet::run()
{ {
refresh(std::vector<std::string>()); 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 + "]: ", ""); return m_cmd_binder.run_handling(std::string("[") + tr("wallet") + " " + addr_start + "]: ", "");
} }
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------