Fix: flt.lttng-utils.debug-info: extra colon in `bin` member
[babeltrace.git] / plugins / lttng-utils / debug-info / debug-info.c
index 0146fa27efae3e43ad25da8f00b31da385786029..1bdd01e565038dd5a807c6aed7eae9ef01618843 100644 (file)
@@ -948,13 +948,6 @@ void fill_debug_info_bin_field(struct debug_info_source *dbg_info_src,
                                curr_field);
                }
 
-               status = bt_field_string_append(curr_field, ":");
-               if (status != BT_FIELD_STATUS_OK) {
-                       BT_LOGE("Cannot set colon component of \"bin\" "
-                               "curr_field field's value: str-fc-addr=%p",
-                               curr_field);
-               }
-
                status = bt_field_string_append(curr_field, dbg_info_src->bin_loc);
                if (status != BT_FIELD_STATUS_OK) {
                        BT_LOGE("Cannot set bin location component of \"bin\" "
This page took 0.028245 seconds and 4 git commands to generate.