1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Tidy up server log output a bit

This commit is contained in:
Perttu Ahola 2012-03-10 17:09:34 +02:00
parent d81e783665
commit e80bc6ef58
2 changed files with 4 additions and 5 deletions

View file

@ -4525,8 +4525,7 @@ void dedicated_server_loop(Server &server, bool &kill)
{
DSTACK(__FUNCTION_NAME);
infostream<<"Running dedicated server"<<std::endl;
infostream<<"========================"<<std::endl;
infostream<<"dedicated_server_loop()"<<std::endl;
IntervalLimiter m_profiler_interval;