summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-04-25 10:17:23 -0400
committerTom Rondeau <tom@trondeau.com>2014-04-25 10:17:23 -0400
commit566d8578955c0e94de17aea98de2f5f753d6b67d (patch)
tree4857d803124bdeeced746075a575b4402e005a5e /docs/doxygen
parentd78d1ce2069ae20c86f9f301d89f303c2ae5942e (diff)
parent2db3dc73eb632bc853db70a41148e8f2cfecd3b0 (diff)
Merge branch 'maint'
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/other/logger.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox
index c235bfe6f8..7b0f64e12b 100644
--- a/docs/doxygen/other/logger.dox
+++ b/docs/doxygen/other/logger.dox
@@ -210,7 +210,7 @@ of the logger can be manipulated via the following calls:
\code
from gnuradio import gr
gr.logger_config(filename,watch_period) # Configures the logger with conf file filename
- names = gr.logger_get_logger_names() # Returns the names of all loggers
+ names = gr.logger_get_names() # Returns the names of all loggers
gr.logger_reset_config() # Resets logger config by removing all appenders
\endcode