mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
minor debug improvement
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24933 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff9520eba5
commit
d54653796c
1 changed files with 5 additions and 1 deletions
|
@ -1400,7 +1400,11 @@ static void debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
name: GSFileHandleConnectCompletionNotification
|
||||
object: sock];
|
||||
connectionState = connecting;
|
||||
if (debug) NSLog(@"%@ start connect", NSStringFromSelector(_cmd));
|
||||
if (debug)
|
||||
{
|
||||
NSLog(@"%@ start connect to %@:%@",
|
||||
NSStringFromSelector(_cmd), host, port);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue