From d71d02d7eb01b56b842d6a71a2b7d087c5513e7b Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Fri, 8 Jun 2012 12:15:42 -0400
Subject: Fixing up the gr-log capabilities.

Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
---
 docs/doxygen/other/main_page.dox | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 08873aa3d4..8f47ed0d74 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -57,9 +57,9 @@ from log4cxx (http://logging.apache.org/log4cxx) which is readily
 available in most Linux distributions. This is an optional dependency
 and GNU Radio will work without it.
 
-When configuring GNU Radio, the -DENABLE_GR_LOG option to cmake will
-allow the user to toggle use of the logger on and off and will turn
-off if log4cxx is not available.
+When configuring GNU Radio, the -DENABLE_GR_LOG=On|Off option to cmake
+will allow the user to toggle use of the logger on and off and will
+turn off if log4cxx is not available.
 
 Logging is useful for blocks to print out certain amounts of data at
 different levels. These levels are:
-- 
cgit v1.2.3