improve exception text .... more info when forwarding in wrong thread

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37883 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2014-05-16 06:30:51 +00:00
parent 10261d3ff6
commit ecc874ab7c

View file

@ -2000,7 +2000,8 @@ static NSLock *cached_proxies_gate = nil;
if (ImultipleThreads == NO)
{
[NSException raise: NSObjectInaccessibleException
format: @"Forwarding message in wrong thread"];
format: @"Forwarding message for %p in wrong thread - %@",
object, inv];
}
else
{