mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-08 15:08:00 +00:00
Debugging output for subscription issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user