commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/09: docs: fixed typo with logger docs.


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/09: docs: fixed typo with logger docs.
Date: Fri, 25 Apr 2014 16:44:35 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit 2db3dc73eb632bc853db70a41148e8f2cfecd3b0
Author: mi-a <address@hidden>
Date:   Thu Apr 24 13:39:21 2014 +0300

    docs: fixed typo with logger docs.
---
 docs/doxygen/other/logger.dox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox
index c235bfe..7b0f64e 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]