diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-12 00:09:33 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-13 14:36:35 +0200 |
| commit | 0985816bf6eef4fd7c6a1b4baa9da3c1510f7de5 (patch) | |
| tree | 0f33a207943cdaaf5c32bd8beb7c8719ae8c2423 /src/walletdb.cpp | |
| parent | Enforce -nodiscover better (diff) | |
| download | discoin-0985816bf6eef4fd7c6a1b4baa9da3c1510f7de5.tar.xz discoin-0985816bf6eef4fd7c6a1b4baa9da3c1510f7de5.zip | |
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.cpp | 1 |
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(); |