Merge pull request #1262 from Diapolo/no_double_timestamps

no more double timestamps in debug.log
This commit is contained in:
Gregory Maxwell
2012-05-14 18:59:28 -07:00
5 changed files with 3 additions and 12 deletions

View File

@@ -319,10 +319,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()