Debugging output for subscription issue

This commit is contained in:
Francis Lachapelle
2018-06-04 10:20:51 -04:00
parent 0149d7400d
commit ef000c2ed1
+1 -1
View File
@@ -1650,7 +1650,7 @@ static NSArray *childRecordFields = nil;
}
if (!group)
[self errorWithFormat: @"Can't find group %@", group];
[self errorWithFormat: @"Can't find group %@", currentUID];
else if ([group hasMemberWithUID: uid])
[acls addObject: [record valueForKey: @"c_role"]];
}