From: Simon Marchi Date: Tue, 26 Nov 2019 17:02:19 +0000 (-0500) Subject: string-format: introduce function to format a bt_error_cause X-Git-Tag: v2.0.0~44 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=2efcc711c0d55d090def3c10365cd87c2a2e5511;hp=2efcc711c0d55d090def3c10365cd87c2a2e5511;p=babeltrace.git string-format: introduce function to format a bt_error_cause In the Python bindings, we'll want to be able to format single error causes. Factor out the code to format one bt_error_cause from format_bt_error. Change-Id: Ibf5b0363e9a239be6228580246b6613743ace09e Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/2434 Tested-by: jenkins ---