From 102220834c3d27db9821ec7532633e48ea6981d8 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 8 Oct 2019 21:58:51 +0200 Subject: [PATCH] address https://github.com/deltachat/deltachat-ios/issues/328 and don't escalate xml-parsing errors to users through error! --- src/configure/auto_mozilla.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure/auto_mozilla.rs b/src/configure/auto_mozilla.rs index c5dbf9ad5..b350b05ed 100644 --- a/src/configure/auto_mozilla.rs +++ b/src/configure/auto_mozilla.rs @@ -72,7 +72,7 @@ pub fn moz_autoconfigure( moz_autoconfigure_text_cb(e, &mut moz_ac, &reader) } Err(e) => { - error!( + warn!( context, "Configure xml: Error at position {}: {:?}", reader.buffer_position(),