Merge pull request #6484

e7d0105 message_store: don't print an error when there is no mms file (moneromooo-monero)
This commit is contained in:
luigi1111 2020-05-06 00:30:39 -05:00
commit 98e3802b26
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ void message_store::read_from_file(const multisig_wallet_state &state, const std
{
// Simply do nothing if the file is not there; allows e.g. easy recovery
// from problems with the MMS by deleting the file
MERROR("No message store file found: " << filename);
MINFO("No message store file found: " << filename);
return;
}