1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00: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