mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Log notices
This commit is contained in:
@@ -592,7 +592,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
@Override
|
||||
public void notification(StoreEvent e) {
|
||||
if (e.getMessageType() == StoreEvent.NOTICE)
|
||||
Log.i(account.name + " notice: " + e.getMessage());
|
||||
EntityLog.log(ServiceSynchronize.this, account.name + " notice: " + e.getMessage());
|
||||
else
|
||||
try {
|
||||
wlFolder.acquire();
|
||||
|
||||
Reference in New Issue
Block a user