fix(core): improved debugging on bogus groups

pull/276/head
Ludovic Marcotte 2020-06-02 15:05:54 -04:00
parent d3a4136516
commit 42587f7422
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}