mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Added logging
This commit is contained in:
@@ -217,7 +217,7 @@ public class EntityOperation {
|
||||
operation.id = db.operation().insertOperation(operation);
|
||||
|
||||
Log.i("Queued op=" + operation.id + "/" + operation.name +
|
||||
" msg=" + operation.folder + "/" + operation.message +
|
||||
" folder=" + operation.folder + " msg=" + operation.message +
|
||||
" args=" + operation.args);
|
||||
|
||||
if (SEND.equals(name))
|
||||
|
||||
Reference in New Issue
Block a user