diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 772245399..b94239206 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -240,7 +240,7 @@ static NSString *mailTemplateDefaultLanguage = nil; apt = [folder lookupName:[self nameInContainer] inContext:ctx acquire:NO]; if ([apt isKindOfClass: [NSException class]]) { - [self logWithFormat: @"%@", [apt reason]]; + [self logWithFormat: @"%@", [(NSException *) apt reason]]; continue; }