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/walletdb.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/walletdb.cpp') diff --git a/src/walletdb.cpp b/src/walletdb.cpp index e5d57288e..7849828a5 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -367,7 +367,6 @@ void ThreadFlushWalletDB(void* parg) map::iterator mi = mapFileUseCount.find(strFile); if (mi != mapFileUseCount.end()) { - printf("%s ", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str()); printf("Flushing wallet.dat\n"); nLastFlushed = nWalletDBUpdated; int64 nStart = GetTimeMillis(); -- cgit v1.2.3