mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
fix -Wformat warnings all over the source
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
bcc292b22d
commit
d210f4f5b8
@@ -885,7 +885,7 @@ void ThreadSocketHandler2(void* parg)
|
||||
|
||||
if (nPos > ReceiveBufferSize()) {
|
||||
if (!pnode->fDisconnect)
|
||||
printf("socket recv flood control disconnect (%d bytes)\n", vRecv.size());
|
||||
printf("socket recv flood control disconnect (%"PRIszu" bytes)\n", vRecv.size());
|
||||
pnode->CloseSocketDisconnect();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user