diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2015-03-29 21:30:56 -0400 |
---|---|---|
committer | Michael Dickens <michael.dickens@ettus.com> | 2015-03-31 12:23:32 -0400 |
commit | d817c5fd35dd71d5e4591f04d39e565935215ae9 (patch) | |
tree | 334879e9556f0bf01004fb1cbb5424f24079b399 | |
parent | 9332cc4dcbbdfc4a247c07819c020627853b3340 (diff) |
logger: fix macro name in comments.
-rw-r--r-- | gnuradio-runtime/lib/logger.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/logger.cc b/gnuradio-runtime/lib/logger.cc index 13c8391c8e..29dde5a124 100644 --- a/gnuradio-runtime/lib/logger.cc +++ b/gnuradio-runtime/lib/logger.cc @@ -336,7 +336,7 @@ gr_logger_reset_config(void) // Remaining capability provided by gr::logger class in gnuradio/logger.h -#else /* ENABLE_GR_LOGGER */ +#else /* ENABLE_GR_LOG */ /****** Start Methods to provide Python the capabilities of the macros ********/ void @@ -357,7 +357,7 @@ gr_logger_reset_config(void) //NOP } -#endif /* ENABLE_GR_LOGGER */ +#endif /* ENABLE_GR_LOG */ namespace gr { |