X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Futils.py;h=636e92134f305fe679c9dafa5767e1c368303c53;hp=4329d93fa17565f31dcf4aaec06e33a5e1132c36;hb=ef267d12284b855bc52ee429a5dc12da1d1e3b95;hpb=759f3caae66fb6b6c2c327bcbb0478e56883dd23 diff --git a/src/bindings/python/bt2/bt2/utils.py b/src/bindings/python/bt2/bt2/utils.py index 4329d93f..636e9213 100644 --- a/src/bindings/python/bt2/bt2/utils.py +++ b/src/bindings/python/bt2/bt2/utils.py @@ -132,7 +132,7 @@ def _check_log_level(log_level): _check_int(log_level) log_levels = ( - bt2.logging.LoggingLevel.VERBOSE, + bt2.logging.LoggingLevel.TRACE, bt2.logging.LoggingLevel.DEBUG, bt2.logging.LoggingLevel.INFO, bt2.logging.LoggingLevel.WARN,