mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clean up log messages everywhere
This commit is contained in:
parent
6ec447a1aa
commit
f1d9880006
17 changed files with 247 additions and 248 deletions
|
@ -71,7 +71,6 @@ void sigint_handler(int sig)
|
|||
|
||||
void signal_handler_init(void)
|
||||
{
|
||||
dstream<<"signal_handler_init()"<<std::endl;
|
||||
(void)signal(SIGINT, sigint_handler);
|
||||
}
|
||||
|
||||
|
@ -114,7 +113,6 @@ void signal_handler_init(void)
|
|||
|
||||
void signal_handler_init(void)
|
||||
{
|
||||
dstream<<"signal_handler_init()"<<std::endl;
|
||||
SetConsoleCtrlHandler( (PHANDLER_ROUTINE)event_handler,TRUE);
|
||||
}
|
||||
|
||||
|
@ -288,9 +286,6 @@ void initializePaths()
|
|||
#endif
|
||||
|
||||
#endif // RUN_IN_PLACE
|
||||
|
||||
dstream<<"path_share = "<<path_share<<std::endl;
|
||||
dstream<<"path_user = "<<path_user<<std::endl;
|
||||
}
|
||||
|
||||
} //namespace porting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue