diff options
| author | Philip Kaufmann <[email protected]> | 2012-09-05 08:36:50 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-09-05 08:36:50 +0200 |
| commit | 274b7ab1234b34277266fb9c25ce0b7096dc70c1 (patch) | |
| tree | 095b8ed1d5a51ac1806cfdf1e39c831f5e122c97 /src/init.cpp | |
| parent | Add block file naming helper, BlockFilePath() (diff) | |
| download | discoin-274b7ab1234b34277266fb9c25ce0b7096dc70c1.tar.xz discoin-274b7ab1234b34277266fb9c25ce0b7096dc70c1.zip | |
remove double logging of startup time, when !fLogTimestamps
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 859e20b2b..21d8cadf2 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()); |