bt2: make bt2.Error wrap current thread's error
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_trace.i
index 1ecc47204a483a9c8cf304232146563df2dc077c..34530299959ce3caa707a097db2854f1405b38e6 100644 (file)
@@ -43,7 +43,7 @@ trace_destroyed_listener(const bt_trace *trace, void *py_callable)
        if (py_res) {
                BT_ASSERT(py_res == Py_None);
        } else {
-               loge_exception();
+               loge_exception("Trace's destruction listener (Python)");
        }
 
        Py_DECREF(py_trace_ptr);
This page took 0.025074 seconds and 4 git commands to generate.