Rename VERBOSE log level to TRACE
[babeltrace.git] / src / plugins / lttng-utils / debug-info / trace-ir-data-copy.c
index 6def0b7283c5303a33358f6938cb7bdb063b0a30..8516a989ba1b4eadca687fb14f75de8cc52076aa 100644 (file)
@@ -165,7 +165,7 @@ void copy_field_content(const bt_field *in_field, bt_field *out_field,
        out_fc_type = bt_field_get_class_type(out_field);
        BT_ASSERT(in_fc_type == out_fc_type);
 
-       BT_COMP_LOGV("Copying content of field: in-f-addr=%p, out-f-addr=%p",
+       BT_COMP_LOGT("Copying content of field: in-f-addr=%p, out-f-addr=%p",
                        in_field, out_field);
        switch (in_fc_type) {
        case BT_FIELD_CLASS_TYPE_UNSIGNED_INTEGER:
@@ -292,6 +292,6 @@ void copy_field_content(const bt_field *in_field, bt_field *out_field,
        default:
                abort();
        }
-       BT_COMP_LOGV("Copied content of field: in-f-addr=%p, out-f-addr=%p",
+       BT_COMP_LOGT("Copied content of field: in-f-addr=%p, out-f-addr=%p",
                        in_field, out_field);
 }
This page took 0.023672 seconds and 4 git commands to generate.