aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-04 21:19:22 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-04 21:19:22 +0200
commit5bd02cf715dcb44cfc797c0d1fb94b80350b6489 (patch)
treee1aabb024e10f62909b10c67dcae5bf7dbaf512e /src
parentd48e7a9734825725fb18dc50bb71e77ba284e798 (diff)
downloadbitcoin-5bd02cf715dcb44cfc797c0d1fb94b80350b6489.tar.xz
log used config file to debug.log on startup
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 6a21dee634..96f7f7b3c8 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -614,6 +614,7 @@ bool AppInit2(boost::thread_group& threadGroup)
LogPrintf("Startup time: %s\n", DateTimeStrFormat("%Y-%m-%d %H:%M:%S", GetTime()));
LogPrintf("Default data directory %s\n", GetDefaultDataDir().string());
LogPrintf("Using data directory %s\n", strDataDir);
+ LogPrintf("Using config file %s\n", GetConfigFile().string());
LogPrintf("Using at most %i connections (%i file descriptors available)\n", nMaxConnections, nFD);
std::ostringstream strErrors;