mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-13 01:20:57 +00:00
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:
parent
10261d3ff6
commit
ecc874ab7c
1 changed files with 2 additions and 1 deletions
|
@ -2000,7 +2000,8 @@ static NSLock *cached_proxies_gate = nil;
|
||||||
if (ImultipleThreads == NO)
|
if (ImultipleThreads == NO)
|
||||||
{
|
{
|
||||||
[NSException raise: NSObjectInaccessibleException
|
[NSException raise: NSObjectInaccessibleException
|
||||||
format: @"Forwarding message in wrong thread"];
|
format: @"Forwarding message for %p in wrong thread - %@",
|
||||||
|
object, inv];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue