Merge pull request 'still removing CLIENT_DATE' (#178) from jahway603/hush3:dev into dev

Reviewed-on: https://git.hush.is/hush/hush3/pulls/178
This commit is contained in:
Duke Leto
2022-09-03 13:48:48 +00:00

View File

@@ -1501,7 +1501,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
//fprintf(stderr,"%s tik12\n", __FUNCTION__);
LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
LogPrintf("Hush version %s (%s)\n", FormatFullVersion(), CLIENT_DATE);
LogPrintf("Hush version %s\n", FormatFullVersion());
if (fPrintToDebugLog)
OpenDebugLog();