mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Tidy up server log output a bit
This commit is contained in:
parent
d81e783665
commit
e80bc6ef58
2 changed files with 4 additions and 5 deletions
|
@ -1323,14 +1323,14 @@ int main(int argc, char *argv[])
|
|||
server.start(port);
|
||||
|
||||
// ASCII art for the win!
|
||||
dstream<<std::endl
|
||||
actionstream
|
||||
<<" .__ __ __ "<<std::endl
|
||||
<<" _____ |__| ____ _____/ |_ ____ _______/ |_ "<<std::endl
|
||||
<<" / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\"<<std::endl
|
||||
<<"| Y Y \\ | | \\ ___/| | \\ ___/ \\___ \\ | | "<<std::endl
|
||||
<<"|__|_| /__|___| /\\___ >__| \\___ >____ > |__| "<<std::endl
|
||||
<<" \\/ \\/ \\/ \\/ \\/ "<<std::endl
|
||||
<<std::endl;
|
||||
<<" \\/ \\/ \\/ \\/ \\/ "<<std::endl;
|
||||
actionstream<<"Listening at port "<<port<<"."<<std::endl;
|
||||
|
||||
// Run server
|
||||
dedicated_server_loop(server, kill);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue