Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.c
index b9278467cc17055224d52bddab933870b28b53b4..de8f3dc9a00b952eca4df3b8e105277b9c99fc48 100644 (file)
@@ -191,7 +191,7 @@ enum lttng_live_iterator_status lttng_live_metadata_update(
                case LTTNG_LIVE_GET_ONE_METADATA_STATUS_ERROR:
                        goto error;
                default:
-                       abort();
+                       bt_common_abort();
                }
        }
 
This page took 0.02281 seconds and 4 git commands to generate.