aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorGregory Maxwell <gmaxwell@gmail.com>2012-05-14 18:59:28 -0700
committerGregory Maxwell <gmaxwell@gmail.com>2012-05-14 18:59:28 -0700
commit20f19893cbaa37fd0c1a2cb29bdddfb709ec0d13 (patch)
treec727e7b377b14d799fe5fcda718f31462331f041 /src/net.cpp
parentbb361cc644eb56689b1b0be5da9078d32640bd96 (diff)
parent0985816bf6eef4fd7c6a1b4baa9da3c1510f7de5 (diff)
downloadbitcoin-20f19893cbaa37fd0c1a2cb29bdddfb709ec0d13.tar.xz
Merge pull request #1262 from Diapolo/no_double_timestamps
no more double timestamps in debug.log
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net.cpp b/src/net.cpp
index e48b300953..636db2952c 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -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;