bt2: rename exception handling functions
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_trace.i.h
index 708142e648ea670a3482502c623d36ffabc1063e..03e6380acf2627e77197862c71a9217b7bb6bb46 100644 (file)
@@ -39,7 +39,8 @@ trace_destroyed_listener(const bt_trace *trace, void *py_callable)
        if (py_res) {
                BT_ASSERT(py_res == Py_None);
        } else {
-               loge_exception("Trace's destruction listener (Python)",
+               loge_exception_append_cause(
+                       "Trace's destruction listener (Python)",
                        BT_LOG_OUTPUT_LEVEL);
        }
 
This page took 0.022457 seconds and 4 git commands to generate.