diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-03-11 15:23:30 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-11 15:23:30 +0200 |
commit | f79082a46d5b2385ae5aebf9048d4ca8b87940c3 (patch) | |
tree | 0cc597ab0e03e9f62050f2681754ae579cc45253 /src/main.cpp | |
parent | e71d75ed9a8893b2ee67c6953ab633dd210c072c (diff) | |
download | minetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.tar.gz minetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.tar.bz2 minetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.zip |
Remove useless debug output (log at info level)
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
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 |