From 851e86373e51404ab806c5c69040aa0e203dcf76 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 1 Dec 2009 14:46:55 +0000 Subject: [PATCH] Monotone-Parent: 3ea0b7cf5da4f19b50ca8ef28a18b5479c38c7a5 Monotone-Revision: 414331b3d93099684c2e6e7090ac0288bea4452f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-01T14:46:55 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoDefaultsSource.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;