fix(core): improve debugging on invalid group sources

pull/276/head
Ludovic Marcotte 2020-05-28 14:02:09 -04:00
parent 008b8e51cc
commit 105ca88aef
1 changed files with 1 additions and 1 deletions

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