diff options
Diffstat (limited to 'gnuradio-runtime/lib/logger.cc')
-rw-r--r-- | gnuradio-runtime/lib/logger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/logger.cc b/gnuradio-runtime/lib/logger.cc index 3e9b313de7..4721571119 100644 --- a/gnuradio-runtime/lib/logger.cc +++ b/gnuradio-runtime/lib/logger.cc @@ -83,7 +83,7 @@ void logger_config::watch_file(std::string filename, unsigned int watch_period) boost::this_thread::sleep( boost::posix_time::time_duration(0, 0, watch_period, 0)); } catch (const boost::thread_interrupted&) { - std::cout << "GNURadio leaving logger config file watch." << std::endl; + std::cerr << "GNURadio leaving logger config file watch." << std::endl; break; } } |