1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +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

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