diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-05 07:37:07 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-05 07:37:07 +0200 |
commit | 618b250e34e9a2df226069f3736ceb5ee76322be (patch) | |
tree | 908066148badba1eb2b16e2f6e283d0d36b8e465 /src/init.cpp | |
parent | 46e06b875d861661c4a3002e8ae3d080b5893053 (diff) |
add used datadir to debug.log
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index f6f443d77d..bf9551e858 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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) |