Only added \n to debug printfs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
13588544c5
commit
8e3aec856b
@ -1087,13 +1087,13 @@ GSocketError _GSocket_Output_Timeout(GSocket *socket)
|
|||||||
return GSOCK_TIMEDOUT;
|
return GSOCK_TIMEDOUT;
|
||||||
}
|
}
|
||||||
if ( ! FD_ISSET(socket->m_fd, &writefds) )
|
if ( ! FD_ISSET(socket->m_fd, &writefds) )
|
||||||
GSocket_Debug(( "GSocket_Output_Timeout is buggy!" ));
|
GSocket_Debug(( "GSocket_Output_Timeout is buggy!\n" ));
|
||||||
else
|
else
|
||||||
GSocket_Debug(( "GSocket_Output_Timeout seems correct" ));
|
GSocket_Debug(( "GSocket_Output_Timeout seems correct\n" ));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
GSocket_Debug(( "GSocket_Output_Timeout, didn't try select!" ));
|
GSocket_Debug(( "GSocket_Output_Timeout, didn't try select!\n" ));
|
||||||
}
|
}
|
||||||
|
|
||||||
return GSOCK_NOERROR;
|
return GSOCK_NOERROR;
|
||||||
|
Loading…
Reference in New Issue
Block a user