From fc6aafe4a6192ca20454c89269108ec3fffcfa6c Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 25 May 2018 08:49:34 -0400 Subject: [PATCH] Debugging output for subscription issue --- SoObjects/SOGo/SOGoGCSFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 9b8a5977d..d94487b75 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -1004,7 +1004,7 @@ static NSArray *childRecordFields = nil; [folderSubscription removeObject: subscriptionPointer]; } - [self debugWithFormat: @"Update subscriptions for @%: %@", [sogoUser login], folderSubscription]; + [self logWithFormat: @"Update subscriptions for %@: %@", [sogoUser login], folderSubscription]; [us synchronize]; rc = YES;