Warn instead of error

This commit is contained in:
Hocuri
2020-06-11 14:04:42 +02:00
parent c60ec00aac
commit ffb6a84b1f

View File

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