diff --git a/NEWS b/NEWS index 538b59e98..281f441e2 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Enhancements - now possible to use memcached over a UNIX socket - increase size of content columns - improved import of .ics files + - new cronjob template with commented out entries Bug Fixes - alarms for tasks now depend on the start date and instead of the due date diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index 917bf7cf9..3be18229c 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -1222,7 +1222,7 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence, folder = [[self container] ocsFolder]; if (!folder) { - [self errorWithFormat:@"(%s): missing folder for fetch!", + [self errorWithFormat:@"(%s): missing folder for update!", __PRETTY_FUNCTION__]; return; }