X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Flogging.c;h=30ab704abd774b52a4b965c684e4c62c9f592870;hb=3f3b176151b4163f9ae85bc583865850a18a6ce4;hp=3c0178c227138916d29a6d0648c4fe642d8cc885;hpb=5a2b64759d9af6c64f032f1a1f74e94a9a3e59d4;p=babeltrace.git diff --git a/src/lib/logging.c b/src/lib/logging.c index 3c0178c2..30ab704a 100644 --- a/src/lib/logging.c +++ b/src/lib/logging.c @@ -35,11 +35,11 @@ # define DEFAULT_LOG_LEVEL BT_LOG_FATAL #else /* - * In non-developer mode, use NONE by default: we don't to print logging + * In non-developer mode, use NONE by default: we don't print logging * statements for any executable which links with the library. The - * executable should call bt_logging_set_global_level() or the - * executable's user should set the BABELTRACE_LOGGING_GLOBAL_LEVEL - * environment variable. + * executable must call bt_logging_set_global_level() or the + * executable's user must set the BABELTRACE_LOGGING_GLOBAL_LEVEL + * environment variable to enable logging. */ # define DEFAULT_LOG_LEVEL BT_LOG_NONE #endif /* BT_DEV_MODE */