Rename VERBOSE log level to TRACE
[babeltrace.git] / src / ctf-writer / utils.c
index b63883e43bab0d5149a9c3b5299f95541ed1238f..5ac824754772576fa97c174d64cde09fb59baba8 100644 (file)
@@ -26,7 +26,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "CTF-WRITER-UTILS"
+#define BT_LOG_TAG "CTF-WRITER/UTILS"
 #include "logging.h"
 
 #include <glib.h>
@@ -89,7 +89,7 @@ bt_bool bt_ctf_identifier_is_valid(const char *identifier)
        char *save_ptr, *token;
 
        if (!identifier) {
-               BT_LOGV_STR("Invalid parameter: input string is NULL.");
+               BT_LOGT_STR("Invalid parameter: input string is NULL.");
                is_valid = BT_FALSE;
                goto end;
        }
This page took 0.024629 seconds and 4 git commands to generate.