mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
Fix a comment typo
This commit is contained in:
@@ -660,7 +660,7 @@ fn receive_event(event: Event) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Logs and individual message to stdout.
|
/// Logs an individual message to stdout.
|
||||||
///
|
///
|
||||||
/// This includes a bunch of the message meta-data as well.
|
/// This includes a bunch of the message meta-data as well.
|
||||||
async fn log_msg(context: &Context, prefix: impl AsRef<str>, msg: &Message) {
|
async fn log_msg(context: &Context, prefix: impl AsRef<str>, msg: &Message) {
|
||||||
|
|||||||
Reference in New Issue
Block a user