aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
diff options
context:
space:
mode:
authorGregory Maxwell <[email protected]>2012-05-14 18:59:28 -0700
committerGregory Maxwell <[email protected]>2012-05-14 18:59:28 -0700
commit20f19893cbaa37fd0c1a2cb29bdddfb709ec0d13 (patch)
treec727e7b377b14d799fe5fcda718f31462331f041 /src/walletdb.cpp
parentMerge pull request #906 from sje397/ValidateMessage (diff)
parentensure that no double timestamps show up in the debug.log, by removing manual... (diff)
downloaddiscoin-20f19893cbaa37fd0c1a2cb29bdddfb709ec0d13.tar.xz
discoin-20f19893cbaa37fd0c1a2cb29bdddfb709ec0d13.zip
Merge pull request #1262 from Diapolo/no_double_timestamps
no more double timestamps in 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 e5d57288e..7849828a5 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();