Rename VERBOSE log level to TRACE
[babeltrace.git] / src / ctf-writer / utils.c
index f221a3ca83ccc3a7affcbaaa1dd112c34c81b406..5ac824754772576fa97c174d64cde09fb59baba8 100644 (file)
@@ -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.023549 seconds and 4 git commands to generate.