diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-26 15:40:27 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-26 15:40:27 -0700 |
commit | d2428961205bf62e6b39966f040f98435e5cc2ed (patch) | |
tree | 6f606e2b8d95210246c770adc79e411fc9e1e997 /gnuradio-runtime/lib/qa_logger.cc | |
parent | 45cbe43da3317d9c872672553185d36c5cdf59bd (diff) |
cmake: remove ENABLE_GR_LOG and require log4cpp
Diffstat (limited to 'gnuradio-runtime/lib/qa_logger.cc')
-rw-r--r-- | gnuradio-runtime/lib/qa_logger.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnuradio-runtime/lib/qa_logger.cc b/gnuradio-runtime/lib/qa_logger.cc index 904893cc4d..20d7392143 100644 --- a/gnuradio-runtime/lib/qa_logger.cc +++ b/gnuradio-runtime/lib/qa_logger.cc @@ -35,10 +35,6 @@ void qa_logger::t1() { -#ifdef ENABLE_GR_LOG - // This doesn't really test anything, more just - // making sure nothing's gone horribly wrong. - GR_LOG_GETLOGGER(LOG,"main"); GR_ADD_CONSOLE_APPENDER("main","cout","%d{%H:%M:%S} : %m%n"); GR_LOG_NOTICE(LOG,"test from c++ NOTICE"); @@ -48,5 +44,4 @@ qa_logger::t1() GR_LOG_ERROR(LOG,"test from c++ ERROR"); GR_LOG_FATAL(LOG,"test from c++ FATAL"); CPPUNIT_ASSERT(true); -#endif } |