bt2: rename exception handling functions
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_trace_class.i.h
index 5e91a6c21553f067473a5fc4ce98dc94ce60c2d8..f508ffb0cb7d0759c4b288719a9994b1b36c704f 100644 (file)
@@ -39,7 +39,8 @@ trace_class_destroyed_listener(const bt_trace_class *trace_class, void *py_calla
        if (py_res) {
                BT_ASSERT(py_res == Py_None);
        } else {
-               loge_exception("Trace class's destruction listener (Python)",
+               loge_exception_append_cause(
+                       "Trace class's destruction listener (Python)",
                        BT_LOG_OUTPUT_LEVEL);
        }
 
This page took 0.023909 seconds and 4 git commands to generate.