mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
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:
parent
ad6ff45e65
commit
9e37bd13d7
2 changed files with 2 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue