aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-05 07:37:07 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-05 07:37:07 +0200
commit618b250e34e9a2df226069f3736ceb5ee76322be (patch)
tree908066148badba1eb2b16e2f6e283d0d36b8e465 /src
parent46e06b875d861661c4a3002e8ae3d080b5893053 (diff)
downloadbitcoin-618b250e34e9a2df226069f3736ceb5ee76322be.tar.xz
add used datadir to debug.log
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp1
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)