mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
2dfb5dd679
commit
7062a6c947
|
@ -2760,6 +2760,8 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
|
||||
if (update)
|
||||
db.message().updateMessage(message);
|
||||
else
|
||||
Log.i(folder.name + " unchanged uid=" + uid);
|
||||
}
|
||||
|
||||
List<String> fkeywords = new ArrayList<>(Arrays.asList(folder.keywords));
|
||||
|
|
Loading…
Reference in New Issue