fix(core): improve debugging on invalid group sources

This commit is contained in:
Ludovic Marcotte
2020-05-28 14:02:09 -04:00
parent 008b8e51cc
commit 105ca88aef

View File

@@ -464,7 +464,7 @@ static Class iCalEventK = nil;
}
else
{
[self errorWithFormat: @"Inconsistency error - got group identifier (%@) from a source (%@) that does not support groups.", theIdentifier, [dict objectForKey: @"SOGoSource"]];
[self errorWithFormat: @"Inconsistency error - got group identifier (%@) from a source (%@) that does not support groups (%@).", theIdentifier, [dict objectForKey: @"SOGoSource"], NSStringFromClass([source class])];
return NO;
}
}