Skip to content

Commit

Permalink
demote debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
d3x0r committed Aug 8, 2024
1 parent 99ce770 commit 1159110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/netlib/tcpnetwork.c
Original file line number Diff line number Diff line change
Expand Up @@ -1761,10 +1761,10 @@ LOGICAL doTCPWriteV2( PCLIENT lpClient

while( ( pend_on_fail && lpClient->wakeOnUnlock/*hasPending(lpClient)*/ ) || !NetworkLockEx( lpClient, 0 DBG_SRC ) )
{
//#ifdef LOG_NETWORK_LOCKING
#ifdef LOG_NETWORK_LOCKING
if( lpClient->wakeOnUnlock )
lprintf( "client is already waiting for wake on unlock? %p", lpClient->wakeOnUnlock);
//#endif
#endif
if( (!(lpClient->dwFlags & CF_ACTIVE )) || (lpClient->dwFlags & CF_TOCLOSE) )
{
#ifdef LOG_NETWORK_LOCKING
Expand Down

0 comments on commit 1159110

Please sign in to comment.