add used datadir to debug.log
This commit is contained in:
parent
46e06b875d
commit
618b250e34
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ bool AppInit2()
|
|||
printf("Bitcoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
|
||||
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
|
||||
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str());
|
||||
printf("Used data directory %s\n", GetDataDir().string().c_str());
|
||||
std::ostringstream strErrors;
|
||||
|
||||
if (fDaemon)
|
||||
|
|
Loading…
Reference in a new issue