mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge pull request #1262 from Diapolo/no_double_timestamps
no more double timestamps in debug.log
This commit is contained in:
commit
20f19893cb
5 changed files with 3 additions and 12 deletions
|
|
@ -526,8 +526,6 @@ void CNode::CloseSocketDisconnect()
|
|||
fDisconnect = true;
|
||||
if (hSocket != INVALID_SOCKET)
|
||||
{
|
||||
if (fDebug)
|
||||
printf("%s ", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
|
||||
printf("disconnecting node %s\n", addrName.c_str());
|
||||
closesocket(hSocket);
|
||||
hSocket = INVALID_SOCKET;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue