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:
richard 2000-07-07 10:19:31 +00:00
parent bfb4ddeb88
commit fb3588357e
3 changed files with 8 additions and 3 deletions

View file

@ -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];