mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
parent
a35d7a084e
commit
ccd665fcd7
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue