mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
@@ -377,8 +377,7 @@ 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 +
|
||||
" status=" + status + " accept=" + ParticipationStatus.ACCEPTED.equals(status));
|
||||
"Updated event id=" + eventId + " uid=" + uid + " rows=" + rows);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user