aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-12 00:09:33 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-13 14:36:35 +0200
commit0985816bf6eef4fd7c6a1b4baa9da3c1510f7de5 (patch)
tree0f33a207943cdaaf5c32bd8beb7c8719ae8c2423 /src/walletdb.cpp
parentaf4006b3f50b571c228987d3fe93998a64b50de5 (diff)
downloadbitcoin-0985816bf6eef4fd7c6a1b4baa9da3c1510f7de5.tar.xz
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)
Diffstat (limited to 'src/walletdb.cpp')
-rw-r--r--src/walletdb.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/walletdb.cpp b/src/walletdb.cpp
index e5d57288e8..7849828a51 100644
--- a/src/walletdb.cpp
+++ b/src/walletdb.cpp
@@ -367,7 +367,6 @@ void ThreadFlushWalletDB(void* parg)
map<string, int>::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();