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