mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Changed log level
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user