mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Minor tidyups - improve logging and comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6885 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bfb4ddeb88
commit
fb3588357e
3 changed files with 8 additions and 3 deletions
|
@ -2238,6 +2238,10 @@ static NSLock *global_proxies_gate;
|
|||
{
|
||||
NSString *text = stringFromMsgType(msgid);
|
||||
|
||||
if ([_sendPort isValid] == NO)
|
||||
{
|
||||
text = [text stringByAppendingFormat: @" - port was invalidated"];
|
||||
}
|
||||
if (raiseException == YES)
|
||||
{
|
||||
[NSException raise: NSPortTimeoutException format: text];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue