Debugging output for subscription issue

This commit is contained in:
Francis Lachapelle
2018-05-28 10:50:54 -04:00
parent fc6aafe4a6
commit c6e11606e9
2 changed files with 24 additions and 11 deletions
+4 -1
View File
@@ -169,7 +169,10 @@ static NSArray *childRecordFields = nil;
[newFolder setOwner: login];
[newFolder setIsSubscription: localIsSubscription];
if (![newFolder displayName])
newFolder = nil;
{
[self errorWithFormat: @"No displayName for %@", newFolder];
newFolder = nil;
}
return newFolder;
}