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.
pull/95/head
moneromooo-monero 8 years ago
parent de91bb75a1
commit 6b08001f9e
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save