mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
bd045c6eb0
commit
e045466169
|
@ -567,7 +567,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
|||
db.operation().deleteOperation(op.id);
|
||||
}
|
||||
|
||||
EntityLog.log(this, "Send restore id=" + message.id);
|
||||
EntityLog.log(this, "Send restore id=" + message.id + " error=" + message.error);
|
||||
|
||||
db.message().setMessageError(message.id, null);
|
||||
nm.cancel("send:" + message.id, NotificationHelper.NOTIFICATION_TAGGED);
|
||||
|
|
Loading…
Reference in New Issue