mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Set parse update error as warning
This commit is contained in:
@@ -77,7 +77,7 @@ pub async fn start_axum_server(stop_signal: Arc<AtomicBool>) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Err(error) => {
|
Err(error) => {
|
||||||
log::error!(
|
log::warn!(
|
||||||
"Cannot parse an update.\nError: {:?}\nValue: {}\n\
|
"Cannot parse an update.\nError: {:?}\nValue: {}\n\
|
||||||
This is a bug in teloxide-core, please open an issue here: \
|
This is a bug in teloxide-core, please open an issue here: \
|
||||||
https://github.com/teloxide/teloxide/issues.",
|
https://github.com/teloxide/teloxide/issues.",
|
||||||
|
|||||||
Reference in New Issue
Block a user