Rename WARN log level to WARNING
[babeltrace.git] / src / bindings / python / bt2 / bt2 / utils.py
index 4c0c2d9103137698f4a11b04ac225c4f20ff3991..6d80fea283b59a45814233e7bfb335bee5885020 100644 (file)
@@ -131,7 +131,7 @@ def _check_log_level(log_level):
         bt2.logging.LoggingLevel.TRACE,
         bt2.logging.LoggingLevel.DEBUG,
         bt2.logging.LoggingLevel.INFO,
-        bt2.logging.LoggingLevel.WARN,
+        bt2.logging.LoggingLevel.WARNING,
         bt2.logging.LoggingLevel.ERROR,
         bt2.logging.LoggingLevel.FATAL,
         bt2.logging.LoggingLevel.NONE,
This page took 0.024125 seconds and 4 git commands to generate.