Browse Source

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

Reviewed-on: #178
pull/199/head
Duke Leto 2 years ago
parent
commit
f9fde49c93
  1. 2
      src/init.cpp

2
src/init.cpp

@ -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();

Loading…
Cancel
Save