Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / lib / error.c
index 7cdf95bc6a6240e46a91ac20e6c69e3167de8587..3972b26c7f54b76a7b20f79baf5f0f26b7d5aca5 100644 (file)
@@ -261,7 +261,7 @@ void append_component_class_id_str(GString *str,
                type_str = "sink";
                break;
        default:
-               abort();
+               bt_common_abort();
        }
 
        if (comp_class_id->plugin_name->len > 0) {
This page took 0.022952 seconds and 4 git commands to generate.