diff options
Diffstat (limited to 'docs/doxygen/other/main_page.dox')
-rw-r--r-- | docs/doxygen/other/main_page.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 8f47ed0d74..ec8642de66 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -86,7 +86,7 @@ default configuration script is located at: In a class, we must first configure the logger and then get access to it: \code - GR_CONFIG_LOGGER("prefix/share/gnuradio/gr_log_default.xml"); + GR_CONFIG_LOGGER("prefix/etc/gnuradio/conf.d/gr_log_default.xml"); GR_LOG_GETLOGGER(LOG, name); \endcode |