[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
- [Commit-gnuradio] [gnuradio] branch maint updated (1567cbc -> aa4a33d), git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 07/09: blocks: fixed documentation for what the max_XX block does., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 04/09: runtime: enable thread priority, same as with Linux; fix header comments to this effect, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 05/09: channels: fixing a minor bug in the flag_fader model., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 09/09: Merge branch 'maint' of git.gnuradio.org:gnuradio into maint, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 03/09: audio: osx: rename d_buffer_sample_count -> d_buffer_size_samples; truth in naming!, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 02/09: whitespace only, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 01/09: audio: osx audio fixes, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 08/09: cmake: fixes expansion of ${pyexe_native} for cross builds with the use of VERBATIM., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 06/09: docs: fixed typo with logger docs.,
git <=