X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Flogging.c;fp=src%2Flib%2Flogging.c;h=fa782b44b850851d3df39bc41088ceba17d6d190;hb=b0f769e2a5c13388687a90904ea3f868a56bdc73;hp=8c36f5abd728cc25f4aacd52197ee49b031a1b29;hpb=4c65a157ea67009b883f7d9069c710385fff90bd;p=babeltrace.git diff --git a/src/lib/logging.c b/src/lib/logging.c index 8c36f5ab..fa782b44 100644 --- a/src/lib/logging.c +++ b/src/lib/logging.c @@ -38,7 +38,7 @@ * In non-developer mode, use NONE by default: we don't print logging * statements for any executable which links with the library. The * executable must call bt_logging_set_global_level() or the - * executable's user must set the BABELTRACE_LOGGING_GLOBAL_LEVEL + * executable's user must set the `LIBBABELTRACE2_INIT_LOG_LEVEL` * environment variable to enable logging. */ # define DEFAULT_LOG_LEVEL BT_LOG_NONE @@ -79,7 +79,7 @@ void __attribute__((constructor)) bt_logging_ctor(void) ""; bt_logging_set_global_level( - bt_log_get_level_from_env("BABELTRACE_LOGGING_GLOBAL_LEVEL")); + bt_log_get_level_from_env("LIBBABELTRACE2_INIT_LOG_LEVEL")); BT_LOGI("Babeltrace %d.%d.%d%s library loaded: " "major=%d, minor=%d, patch=%d, extra=\"%s\"", bt_version_get_major(), bt_version_get_minor(),