From 42587f7422a2f4c0d0004656253fa6a326075256 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 2 Jun 2020 15:05:54 -0400 Subject: [PATCH] fix(core): improved debugging on bogus groups --- 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 9ed312c76..6a996e6c7 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -1812,7 +1812,7 @@ static NSArray *childRecordFields = nil; } else { - [self errorWithFormat: @"Inconsistency error - got group identifier (%@) from a source (%@) that does not support groups.", uid, [dict objectForKey: @"SOGoSource"]]; + [self errorWithFormat: @"Inconsistency error - got group identifier (%@) from a source (%@) that does not support groups (%@).", uid, [dict objectForKey: @"SOGoSource"], NSStringFromClass([source class])]; return; } }