Logging: fix wrong parameters, superfluous commas, etc.
[babeltrace.git] / lib / ctf-ir / fields.c
index 6caf2e45658524d9bced4df764bae3577a5fcb22..d95fe3351af5199bf249e926b0038f050ce08c8c 100644 (file)
@@ -2831,7 +2831,7 @@ int bt_ctf_field_structure_copy(struct bt_ctf_field *src,
                struct bt_ctf_field *field_copy = NULL;
 
                if (field) {
-                       BT_LOGD("Copying structure field's field: src-field-addr=%p",
+                       BT_LOGD("Copying structure field's field: src-field-addr=%p"
                                "index=%" PRId64, field, i);
                        field_copy = bt_ctf_field_copy(field);
                        if (!field_copy) {
This page took 0.023603 seconds and 4 git commands to generate.