mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
400f0b9e4d
commit
503088a01c
2 changed files with 2 additions and 3 deletions
|
@ -749,8 +749,8 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
|||
{
|
||||
NSError *e = [NSError _last];
|
||||
|
||||
NSLog(@"unable to make connection to %@ - %@",
|
||||
GSPrivateSockaddrName(&sin), e);
|
||||
NSLog(@"unable to make socket connection to %@ - %@ (%d)",
|
||||
GSPrivateSockaddrName(&sin), e, (int)[e code]);
|
||||
DESTROY(self);
|
||||
return nil;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue