Changed log level

This commit is contained in:
M66B
2020-01-31 08:46:56 +01:00
parent c95dabd05b
commit ca266fd125

View File

@@ -931,7 +931,7 @@ public class MessageHelper {
}
}
Log.w(new IllegalArgumentException("List-Post: " + list));
Log.i(new IllegalArgumentException("List-Post: " + list));
return null;
} catch (AddressException ex) {
Log.w(ex);
@@ -975,7 +975,7 @@ public class MessageHelper {
if (mailto != null)
return mailto;
Log.w(new IllegalArgumentException("List-Unsubscribe: " + list));
Log.i(new IllegalArgumentException("List-Unsubscribe: " + list));
return null;
} catch (AddressException ex) {
Log.w(ex);