lib: lib-logging.c: `Babeltrace library` -> `libbabeltrace2`
[babeltrace.git] / src / lib / lib-logging.c
index 8d357e30524c811059cb41b45167a7d874cd54cf..c648e336c9c3fc4abb5a90cb83c40b8e46326042 100644 (file)
@@ -1522,7 +1522,8 @@ void bt_lib_maybe_log_and_append_cause(const char *func, const char *file,
        }
 
        status = bt_current_thread_error_append_cause_from_unknown(
-               "Babeltrace library", file, line, "%s", lib_logging_buf);
+               BT_LIB_LOG_LIBBABELTRACE2_NAME, file, line, "%s",
+               lib_logging_buf);
        if (status) {
                /*
                 * Worst case: this error cause is not appended to the
This page took 0.023513 seconds and 4 git commands to generate.