Log notices

This commit is contained in:
M66B
2019-07-09 13:22:51 +02:00
parent 32515e01df
commit 484ee8eeab
2 changed files with 4 additions and 1 deletions

View File

@@ -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();