X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fctf-writer%2Ffields.h;h=3c3cff6676717d5f4f1b0d9b414321e98bf2e558;hp=9cba266d921a80c317768726b31aba3cd44182db;hb=ef267d12284b855bc52ee429a5dc12da1d1e3b95;hpb=759f3caae66fb6b6c2c327bcbb0478e56883dd23 diff --git a/src/ctf-writer/fields.h b/src/ctf-writer/fields.h index 9cba266d..3c3cff66 100644 --- a/src/ctf-writer/fields.h +++ b/src/ctf-writer/fields.h @@ -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;