Move ASCII art to std::cerr, to remove it from logs

This commit is contained in:
rubenwardy 2018-04-23 18:27:00 +01:00
parent 9577a4396a
commit 06dd7c051c
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ void Server::start()
m_thread->start();
// ASCII art for the win!
rawstream
std::cerr
<< " .__ __ __ " << std::endl
<< " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl
<< " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl