message_store: don't print an error when there is no mms file

It confuses people
pull/251/head
moneromooo-monero 4 years ago committed by wowario
parent a0048e2a49
commit 014bc83b5e
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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;
}

Loading…
Cancel
Save