diff --git a/libgrive/src/util/log/DefaultLog.cc b/libgrive/src/util/log/DefaultLog.cc index 6f4c64d0..7a865cbf 100644 --- a/libgrive/src/util/log/DefaultLog.cc +++ b/libgrive/src/util/log/DefaultLog.cc @@ -25,7 +25,7 @@ namespace gr { namespace log { DefaultLog::DefaultLog() : - m_log( std::cerr ) + m_log( std::cout ) { // Enable(log::debug, true) ; // Enable(log::verbose, true) ;