aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-06-05 07:37:07 +0200
committerPhilip Kaufmann <[email protected]>2012-06-05 07:37:07 +0200
commit618b250e34e9a2df226069f3736ceb5ee76322be (patch)
tree908066148badba1eb2b16e2f6e283d0d36b8e465 /src/init.cpp
parentMerge branch 'netopt' of https://github.com/sipa/bitcoin (diff)
downloaddiscoin-618b250e34e9a2df226069f3736ceb5ee76322be.tar.xz
discoin-618b250e34e9a2df226069f3736ceb5ee76322be.zip
add used datadir to debug.log
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index f6f443d77..bf9551e85 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)