Rename VERBOSE log level to TRACE
[babeltrace.git] / src / ctf-writer / fields.h
index 9cba266d921a80c317768726b31aba3cd44182db..3c3cff6676717d5f4f1b0d9b414321e98bf2e558 100644 (file)
@@ -443,7 +443,7 @@ struct bt_ctf_field_common *bt_ctf_field_common_structure_borrow_field_by_name(
        if (!g_hash_table_lookup_extended(field_name_to_index,
                        GUINT_TO_POINTER(field_quark),
                        NULL, (gpointer *) &index)) {
-               BT_LOGV("Invalid parameter: no such field in structure field's type: "
+               BT_LOGT("Invalid parameter: no such field in structure field's type: "
                        "struct-field-addr=%p, struct-ft-addr=%p, name=\"%s\"",
                        field, field->type, name);
                goto error;
This page took 0.022712 seconds and 4 git commands to generate.