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.
This commit is contained in:
moneromooo-monero 2016-06-22 23:05:50 +01:00
parent de91bb75a1
commit 6b08001f9e
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -3151,6 +3151,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 + "]: ", "");
}
//----------------------------------------------------------------------------------------------------