From ffb6a84b1f935b6fdeb3cf874eb8c87bda487bdf Mon Sep 17 00:00:00 2001 From: Hocuri Date: Thu, 11 Jun 2020 14:04:42 +0200 Subject: [PATCH] Warn instead of error --- src/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index 88611dceb..dfe1c4a98 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -2797,7 +2797,7 @@ pub(crate) async fn add_info_msg(context: &Context, chat_id: ChatId, text: impl rfc724_mid, ] ).await { - error!(context, "Could not add info msg: {}", e); + warn!(context, "Could not add info msg: {}", e); return; }