mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 01:40:21 +02:00
Move ASCII art to std::cerr, to remove it from logs
This commit is contained in:
@ -363,7 +363,7 @@ void Server::start()
|
|||||||
m_thread->start();
|
m_thread->start();
|
||||||
|
|
||||||
// ASCII art for the win!
|
// ASCII art for the win!
|
||||||
rawstream
|
std::cerr
|
||||||
<< " .__ __ __ " << std::endl
|
<< " .__ __ __ " << std::endl
|
||||||
<< " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl
|
<< " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl
|
||||||
<< " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl
|
<< " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl
|
||||||
|
Reference in New Issue
Block a user