Rename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL`
[babeltrace.git] / src / lib / logging.c
index 64bd8ca9a3c1f4d394c9103bac0acc337146c965..f467354313c5bf8e7a43bb01b568ef921b77f43e 100644 (file)
@@ -43,7 +43,7 @@ int bt_lib_log_level = BT_LOG_NONE;
 
 enum bt_logging_level bt_logging_get_minimal_level(void)
 {
-       return BT_LOG_LEVEL;
+       return BT_MINIMAL_LOG_LEVEL;
 }
 
 enum bt_logging_level bt_logging_get_global_level(void)
This page took 0.023874 seconds and 4 git commands to generate.