mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
comment out a couple of logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23237 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
856cf11a22
commit
f2f59fa1c2
1 changed files with 2 additions and 2 deletions
|
@ -786,7 +786,7 @@ static void setNonblocking(SOCKET fd)
|
|||
{
|
||||
error = WSAGetLastError();
|
||||
}
|
||||
else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
|
||||
//else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
|
||||
|
||||
if ([self streamStatus] == NSStreamStatusOpening)
|
||||
{
|
||||
|
@ -1374,7 +1374,7 @@ else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
|
|||
{
|
||||
error = WSAGetLastError();
|
||||
}
|
||||
else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
|
||||
//else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
|
||||
|
||||
if ([self streamStatus] == NSStreamStatusOpening)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue