Debugging output for subscription issue

pull/241/head
Francis Lachapelle 2018-06-04 10:20:51 -04:00
parent 0149d7400d
commit ef000c2ed1
1 changed files with 1 additions and 1 deletions

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"]];
}