mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 23:36:30 +03:00
Turn more log messages into proper sentences.
This commit is contained in:
@@ -262,7 +262,7 @@ impl Accounts {
|
||||
pub async fn stop_io(&self) {
|
||||
// Sending an event here wakes up event loop even
|
||||
// if there are no accounts.
|
||||
info!(self, "Stopping IO for all accounts");
|
||||
info!(self, "Stopping IO for all accounts.");
|
||||
for account in self.accounts.values() {
|
||||
account.stop_io().await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user