From 3f7eb02ce92938d825fb92753c0d97caf5b98268 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 12 Jun 2009 14:05:11 +0000 Subject: [PATCH] Monotone-Parent: f623924959fc42a195549ebffe9f0ddcf16c1c01 Monotone-Revision: 73c5f4e36eca619041a58d0413112a5ea43ae3d6 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-12T14:05:11 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoGroup.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoGroup.m b/SoObjects/SOGo/SOGoGroup.m index 983076a00..158a1cd7e 100644 --- a/SoObjects/SOGo/SOGoGroup.m +++ b/SoObjects/SOGo/SOGoGroup.m @@ -138,7 +138,7 @@ // We check to see if it's a group classes = [[entry attributeWithName: @"objectClass"] allStringValues]; - NSLog(@"classes = %@", classes); + NSLog(@"classes for %@ = %@", theValue, classes); // Found a group, let's return it. if ([classes containsObject: @"group"] ||