Fix: cli: use BT_CLI_LOGE_APPEND_CAUSE instead of printf to print errors
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 25 Feb 2020 21:02:57 +0000 (16:02 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 26 Feb 2020 14:10:00 +0000 (09:10 -0500)
commit5d4818b14e2e480b6d33c586ef52c0e4a177871b
tree33fc338c6d04fa1fdbf6577a47fa3b62e340c126
parent72c6811a481b55f9a5541938b0b93c402467f32a
Fix: cli: use BT_CLI_LOGE_APPEND_CAUSE instead of printf to print errors

While fixing up the test cli/convert/test_convert_args, I noticed that
some error messages were printed on stdout, and not using error causes.
Indeed, they are printed directly using printf.

Change them to use BT_CLI_LOGE_APPEND_CAUSE.

This is tested by a following patch which updates
cli/convert/test_convert_args.

Change-Id: I18a901d50b643293dd806c1fbe7d2372dc8bd46f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3146
Tested-by: jenkins <jenkins@lttng.org>
src/cli/babeltrace2-cfg-cli-args.c
This page took 0.026283 seconds and 4 git commands to generate.