Rename VERBOSE log level to TRACE
[babeltrace.git] / src / common / common.h
index 31448a45d09ce77921052a9715ba535bc92f4e4e..6f9fb65df4bf069fbe24dc07a5ceb20784600a3f 100644 (file)
@@ -573,8 +573,8 @@ const char *bt_common_logging_level_string(
                enum bt_logging_level level)
 {
        switch (level) {
-       case BT_LOGGING_LEVEL_VERBOSE:
-               return "BT_LOGGING_LEVEL_VERBOSE";
+       case BT_LOGGING_LEVEL_TRACE:
+               return "BT_LOGGING_LEVEL_TRACE";
        case BT_LOGGING_LEVEL_DEBUG:
                return "BT_LOGGING_LEVEL_DEBUG";
        case BT_LOGGING_LEVEL_INFO:
This page took 0.025012 seconds and 4 git commands to generate.