From f46adb59ae151b4520ef3d16d551dc1c4ed03f28 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 16 Apr 2007 21:42:27 +0000 Subject: [PATCH] Monotone-Parent: a61aea8270f30eafc4488b9286b2d173c7a3090f Monotone-Revision: 3ddca8791831b56115aff88f2ea9f9bdf89a6ef7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-16T21:42:27 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/SOGoContactGCSFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Contacts/SOGoContactGCSFolder.m b/SoObjects/Contacts/SOGoContactGCSFolder.m index cc15b14a9..b050b7a43 100644 --- a/SoObjects/Contacts/SOGoContactGCSFolder.m +++ b/SoObjects/Contacts/SOGoContactGCSFolder.m @@ -149,7 +149,7 @@ EOQualifier *qualifier; EOSortOrdering *ordering; - NSLog (@"fetching records matching '*%@*', sorted by '%@' in order %d", + NSLog (@"fetching records matching '%@', sorted by '%@' in order %d", filter, sortKey, sortOrdering); fields = folderListingFields;