From: rubenwardy Date: Mon, 23 Apr 2018 17:27:00 +0000 (+0100) Subject: Move ASCII art to std::cerr, to remove it from logs X-Git-Tag: 5.0.0~434 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=06dd7c051c7f1a6f5cc5dff0ed5b60a707422ea4;p=oweals%2Fminetest.git Move ASCII art to std::cerr, to remove it from logs --- diff --git a/src/server.cpp b/src/server.cpp index 1eddec700..dad8f1712 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -363,7 +363,7 @@ void Server::start() m_thread->start(); // ASCII art for the win! - rawstream + std::cerr << " .__ __ __ " << std::endl << " _____ |__| ____ _____/ |_ ____ _______/ |_ " << std::endl << " / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\" << std::endl