Skip to content

Commit

Permalink
Move ASCII art to std::cerr, to remove it from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Apr 23, 2018
1 parent 9577a43 commit 06dd7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.cpp
Expand Up @@ -363,7 +363,7 @@ void Server::start()
m_thread->start();

// ASCII art for the win!
rawstream
std::cerr
<< " .__ __ __ " << std::endl
<< " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl
<< " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl
Expand Down

0 comments on commit 06dd7c0

Please sign in to comment.