Improved logging

pull/214/head
M66B 1 year ago
parent 3cb72c329b
commit 742ebc80b7

@ -377,7 +377,8 @@ public class CalendarHelper {
int rows = resolver.update(updateUri, values, null, null); int rows = resolver.update(updateUri, values, null, null);
EntityLog.log(context, EntityLog.Type.General, message, 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…
Cancel
Save