summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-05-13 12:41:35 -0700
committerJosh Blum <josh@joshknows.com>2011-05-13 12:41:35 -0700
commit853d8121aff4f56452c8d9950bae143297547c5b (patch)
treec27e8344bca0b831082c83704774e5843eb31694 /host/include
parent6d5daec36db0c0f4edd64699d64e8e041c6fad4a (diff)
downloaduhd-853d8121aff4f56452c8d9950bae143297547c5b.tar.gz
uhd-853d8121aff4f56452c8d9950bae143297547c5b.tar.bz2
uhd-853d8121aff4f56452c8d9950bae143297547c5b.zip
uhd: work on logging and message facility initialization
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/utils/log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/utils/log.hpp b/host/include/uhd/utils/log.hpp
index 8d8f42fd0..7f83fd2a9 100644
--- a/host/include/uhd/utils/log.hpp
+++ b/host/include/uhd/utils/log.hpp
@@ -38,7 +38,7 @@
* (in other words, as often or less often than the current log level)
* are recorded into the log file. All other messages are sent to null.
*
- * The default log level is "regular", but can be overridden:
+ * The default log level is "never", but can be overridden:
* - at compile time by setting the pre-processor define UHD_LOG_LEVEL.
* - at runtime by setting the environment variable UHD_LOG_LEVEL.
*