Rename WARN log level to WARNING
[babeltrace.git] / include / babeltrace2 / logging.h
index 5001e139da74c9aa329cfef6500ded6acba55313..172f123171a8edd13f953d5cbb4879679300b31b 100644 (file)
@@ -83,7 +83,7 @@ typedef enum bt_logging_level {
        The library's and object's states remain consistent when a
        warning is issued.
        */
-       BT_LOGGING_LEVEL_WARN           = 4,
+       BT_LOGGING_LEVEL_WARNING                = 4,
 
        /**
        An important error from which the library cannot recover, but
This page took 0.022789 seconds and 4 git commands to generate.