mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Added logging
This commit is contained in:
@@ -460,7 +460,8 @@ public class EntityOperation {
|
||||
break;
|
||||
}
|
||||
|
||||
db.operation().deleteOperation(fid, SYNC);
|
||||
int count = db.operation().deleteOperation(fid, SYNC);
|
||||
Log.i("Deleted stale sync=" + count);
|
||||
sync(context, fid, false, force);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user