diff --git a/SoObjects/SOGo/SOGoDefaultsSource.m b/SoObjects/SOGo/SOGoDefaultsSource.m index 77307c0c4..bbc69e392 100644 --- a/SoObjects/SOGo/SOGoDefaultsSource.m +++ b/SoObjects/SOGo/SOGoDefaultsSource.m @@ -299,7 +299,7 @@ static Class NSStringKlass = Nil; for (count = 0; stringArray && count < max; count++) if (![[stringArray objectAtIndex: count] isKindOfClass: NSStringKlass]) { - [self warnWithFormat: @"expected string value in array for '%@'" + [self warnWithFormat: @"expected string values in array for '%@'" @", value %d is not a string (ignored)", key, count]; stringArray = nil;