mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove useless high-volume printf (fixes #1544).
This commit is contained in:
@@ -938,8 +938,6 @@ void ThreadSocketHandler2(void* parg)
|
||||
pnode->CloseSocketDisconnect();
|
||||
}
|
||||
}
|
||||
if (vSend.size() > SendBufferSize())
|
||||
printf("socket send buffer full warning (%d bytes)\n", vSend.size());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user