aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-09-05 08:36:50 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-09-05 08:36:50 +0200
commit274b7ab1234b34277266fb9c25ce0b7096dc70c1 (patch)
tree095b8ed1d5a51ac1806cfdf1e39c831f5e122c97
parent42613c97d5dd8581d8dfd2cbe443736f8c539973 (diff)
downloadbitcoin-274b7ab1234b34277266fb9c25ce0b7096dc70c1.tar.xz
remove double logging of startup time, when !fLogTimestamps
-rw-r--r--src/init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 859e20b2bf..21d8cadf23 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -469,7 +469,6 @@ bool AppInit2()
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
printf("Bitcoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
- printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
if (!fLogTimestamps)
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str());