X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flog.hpp;h=9cd5a62559eff5efd3f8cb3f76f733986876b2d3;hb=472d0ad804844d28811c86f03da74b6d6be53f1b;hp=4d4b74b9827cea450e8909c8fa52ac11e66c3c0a;hpb=2892ebda09d24c977547159e34abf0244884b89e;p=supertux.git diff --git a/src/log.hpp b/src/log.hpp index 4d4b74b98..9cd5a6255 100644 --- a/src/log.hpp +++ b/src/log.hpp @@ -73,7 +73,7 @@ inline std::ostream& log_fatal_f() { } #define log_debug if (0) std::cerr -#define log_info Console::output +#define log_info std::cout #define log_warning log_warning_f() #define log_fatal log_fatal_f() @@ -85,4 +85,3 @@ class Rect; std::ostream& operator<< (std::ostream& str, const Rect& rect); #endif -