fix remaining bitmonero and simplewallet bits

This commit is contained in:
Riccardo Spagni 2016-09-03 22:03:44 +02:00
parent 04b120fb39
commit df63e0704a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
16 changed files with 22 additions and 22 deletions

View file

@ -706,7 +706,7 @@ namespace cryptonote
if(m_synchronized.compare_exchange_strong(val_expected, true))
{
LOG_PRINT_L0(ENDL << "**********************************************************************" << ENDL
<< "You are now synchronized with the network. You may now start simplewallet." << ENDL
<< "You are now synchronized with the network. You may now start monero-wallet-cli." << ENDL
<< ENDL
<< "Please note, that the blockchain will be saved only after you quit the daemon with \"exit\" command or if you use \"save\" command." << ENDL
<< "Otherwise, you will possibly need to synchronize the blockchain again." << ENDL