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; }