From 041fa05deea67c5446ce5e320aba9a6839540e39 Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Thu, 13 Sep 2012 21:12:31 +0200 Subject: [PATCH] Send default log info to stdout instead of stderr --- libgrive/src/util/log/DefaultLog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ;