Skip to content

Commit 06dd7c0

Browse files
committedApr 23, 2018
Move ASCII art to std::cerr, to remove it from logs
1 parent 9577a43 commit 06dd7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ void Server::start()
363363
m_thread->start();
364364

365365
// ASCII art for the win!
366-
rawstream
366+
std::cerr
367367
<< " .__ __ __ " << std::endl
368368
<< " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl
369369
<< " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl

0 commit comments

Comments
 (0)