Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / plugins / lttng-utils / debug-info / debug-info.c
index e91b04c611a61f88ac6d9e0284a0d8965bd58b42..374ec222869a7a3efd650fb334279665f0d0bb88 100644 (file)
@@ -1697,7 +1697,7 @@ const bt_message *handle_message(struct debug_info_msg_iter *debug_it,
                out_message = handle_discarded_packets_message(debug_it, in_message);
                break;
        default:
-               abort();
+               bt_common_abort();
                break;
        }
 
This page took 0.023928 seconds and 4 git commands to generate.