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.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 3755c765d3..d776860fb5 100644 --- a/src/net.h +++ b/src/net.h @@ -318,10 +318,8 @@ public: nHeaderStart = vSend.size(); vSend << CMessageHeader(pszCommand, 0); nMessageStart = vSend.size(); - if (fDebug) { - printf("%s ", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str()); + if (fDebug) printf("sending: %s ", pszCommand); - } } void AbortMessage() -- cgit v1.2.3