From 0985816bf6eef4fd7c6a1b4baa9da3c1510f7de5 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sat, 12 May 2012 00:09:33 +0200 Subject: ensure that no double timestamps show up in the debug.log, by removing manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) --- src/net.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net.cpp') diff --git a/src/net.cpp b/src/net.cpp index 82a215c68..234a5c5cd 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -516,8 +516,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; -- cgit v1.2.3