|
|
|
@ -477,7 +477,7 @@ bool AppInit2(boost::thread_group& threadGroup)
@@ -477,7 +477,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|
|
|
|
if (GetBoolArg("-shrinkdebugfile", !fDebug)) |
|
|
|
|
ShrinkDebugFile(); |
|
|
|
|
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("Twister version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str()); |
|
|
|
|
printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); |
|
|
|
|
if (!fLogTimestamps) |
|
|
|
|
printf("Startup time: %s\n", DateTimeStrFormat("%Y-%m-%d %H:%M:%S", GetTime()).c_str()); |
|
|
|
@ -487,7 +487,7 @@ bool AppInit2(boost::thread_group& threadGroup)
@@ -487,7 +487,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|
|
|
|
std::ostringstream strErrors; |
|
|
|
|
|
|
|
|
|
if (fDaemon) |
|
|
|
|
fprintf(stdout, "Bitcoin server starting\n"); |
|
|
|
|
fprintf(stdout, "Twister server starting\n"); |
|
|
|
|
|
|
|
|
|
int64 nStart; |
|
|
|
|
|
|
|
|
|