mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Improved logging
This commit is contained in:
parent
3cb72c329b
commit
742ebc80b7
1 changed files with 2 additions and 1 deletions
|
@ -377,7 +377,8 @@ public class CalendarHelper {
|
|||
int rows = resolver.update(updateUri, values, null, null);
|
||||
|
||||
EntityLog.log(context, EntityLog.Type.General, message,
|
||||
"Updated event id=" + eventId + " uid=" + uid + " rows=" + rows);
|
||||
"Updated event id=" + eventId + " uid=" + uid + " rows=" + rows +
|
||||
" status=" + status + " accept=" + ParticipationStatus.ACCEPTED.equals(status));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue