Trivial debug log improvement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22050 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-11-20 20:26:32 +00:00
parent ad6ff45e65
commit 9e37bd13d7
2 changed files with 2 additions and 7 deletions

View file

@ -727,12 +727,6 @@ static NSDistributedNotificationCenter *netCenter = nil;
_remote = [NSConnection
rootProxyForConnectionWithRegisteredName: service
host: host usingNameServer: ns];
if (_remote == nil && alternate != nil)
{
_remote = [NSConnection
rootProxyForConnectionWithRegisteredName:
alternate host: @"*" usingNameServer: ns];
}
}
if (_remote == nil)
{