diff options
| author | Philip Kaufmann <[email protected]> | 2012-06-05 07:37:07 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-06-05 07:37:07 +0200 |
| commit | 618b250e34e9a2df226069f3736ceb5ee76322be (patch) | |
| tree | 908066148badba1eb2b16e2f6e283d0d36b8e465 /src/init.cpp | |
| parent | Merge branch 'netopt' of https://github.com/sipa/bitcoin (diff) | |
| download | discoin-618b250e34e9a2df226069f3736ceb5ee76322be.tar.xz discoin-618b250e34e9a2df226069f3736ceb5ee76322be.zip | |
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 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) |