summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authormi-a <kermitalter@gmail.com>2014-04-24 13:39:21 +0300
committerTom Rondeau <tom@trondeau.com>2014-04-24 14:55:18 -0400
commit2db3dc73eb632bc853db70a41148e8f2cfecd3b0 (patch)
tree1c89dff02c622db3a18b060ff166467a1d5803dc /docs/doxygen
parent53ac8e81710ababafba629ac6b6c2b65622af0cd (diff)
docs: fixed typo with logger docs.
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