1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Remove useless debug output (log at info level)

This commit is contained in:
Perttu Ahola
2012-03-11 15:23:30 +02:00
parent e71d75ed9a
commit f79082a46d
3 changed files with 6 additions and 8 deletions

View File

@@ -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