summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b1849e4a7..1b4047de7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -861,9 +861,9 @@ int main(int argc, char *argv[])
DSTACK(__FUNCTION_NAME);
- dstream<<"logfile = "<<logfile<<std::endl;
- dstream<<"path_share = "<<porting::path_share<<std::endl;
- dstream<<"path_user = "<<porting::path_user<<std::endl;
+ infostream<<"logfile = "<<logfile<<std::endl;
+ infostream<<"path_share = "<<porting::path_share<<std::endl;
+ infostream<<"path_user = "<<porting::path_user<<std::endl;
// Debug handler
BEGIN_DEBUG_EXCEPTION_HANDLER