mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-16 00:21:01 +00:00
improve logging message when we have no remote server name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/devmodules/dev-libs/ec@34796 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
148580d168
commit
11fd83e2bb
1 changed files with 2 additions and 2 deletions
|
@ -276,9 +276,9 @@ static NSArray *modes;
|
|||
}
|
||||
if (NO == ok)
|
||||
{
|
||||
if (serverName == nil)
|
||||
if (nil == serverName)
|
||||
{
|
||||
NSLog(@"Unable to log to Command server - %@", str);
|
||||
NSLog(@"%@", str);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue