Rename WARN log level to WARNING
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.c
index 8da792e131e27622dc47f5b26546939beed3055b..4036413b194be3df88e61698acc4d440c3619e46 100644 (file)
@@ -59,7 +59,7 @@
        } while (0)
 
 static bool is_first_error = true;
-static const int cli_default_log_level = BT_LOG_WARN;
+static const int cli_default_log_level = BT_LOG_WARNING;
 
 /* INI-style parsing FSM states */
 enum ini_parsing_fsm_state {
This page took 0.024471 seconds and 4 git commands to generate.