mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
address https://github.com/deltachat/deltachat-ios/issues/328 and don't escalate xml-parsing errors to users through error!
This commit is contained in:
@@ -72,7 +72,7 @@ pub fn moz_autoconfigure(
|
|||||||
moz_autoconfigure_text_cb(e, &mut moz_ac, &reader)
|
moz_autoconfigure_text_cb(e, &mut moz_ac, &reader)
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error!(
|
warn!(
|
||||||
context,
|
context,
|
||||||
"Configure xml: Error at position {}: {:?}",
|
"Configure xml: Error at position {}: {:?}",
|
||||||
reader.buffer_position(),
|
reader.buffer_position(),
|
||||||
|
|||||||
Reference in New Issue
Block a user