Logging: fix wrong parameters, superfluous commas, etc.
[babeltrace.git] / lib / ctf-ir / attributes.c
index f0029a048dbd9aad81168a58f46dbdc49450226f..f7e03a86cf9e89dd54bebb8fc9b258ebb2126f82 100644 (file)
@@ -186,7 +186,7 @@ struct bt_value *bt_ctf_attributes_get_field_by_name(
                if (!attr_field_name_obj) {
                        BT_LOGE("Cannot get attribute array value's element by index: "
                                "value-addr=%p, index=%" PRIu64,
-                               value_obj, 0);
+                               value_obj, (int64_t) 0);
                        goto error;
                }
 
This page took 0.023294 seconds and 4 git commands to generate.