summaryrefslogtreecommitdiff
path: root/src/porting.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-11 15:23:30 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-11 15:23:30 +0200
commitf79082a46d5b2385ae5aebf9048d4ca8b87940c3 (patch)
tree0cc597ab0e03e9f62050f2681754ae579cc45253 /src/porting.cpp
parente71d75ed9a8893b2ee67c6953ab633dd210c072c (diff)
downloadminetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.tar.gz
minetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.tar.bz2
minetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.zip
Remove useless debug output (log at info level)
Diffstat (limited to 'src/porting.cpp')
-rw-r--r--src/porting.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/porting.cpp b/src/porting.cpp
index 57da69e82..f2ca601eb 100644
--- a/src/porting.cpp
+++ b/src/porting.cpp
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "config.h"
#include "debug.h"
#include "filesys.h"
+#include "log.h"
#ifdef __APPLE__
#include "CoreFoundation/CoreFoundation.h"
@@ -149,7 +150,7 @@ void initializePaths()
Use relative paths if RUN_IN_PLACE
*/
- dstream<<"Using relative paths (RUN_IN_PLACE)"<<std::endl;
+ infostream<<"Using relative paths (RUN_IN_PLACE)"<<std::endl;
/*
Windows
@@ -204,7 +205,7 @@ void initializePaths()
Use platform-specific paths otherwise
*/
- dstream<<"Using system-wide paths (NOT RUN_IN_PLACE)"<<std::endl;
+ infostream<<"Using system-wide paths (NOT RUN_IN_PLACE)"<<std::endl;
/*
Windows