From: Francis Deslauriers Date: Tue, 11 Feb 2020 20:51:52 +0000 (-0500) Subject: Tests: notification.c: remove extra space X-Git-Tag: v2.13.0-rc1~758 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9479b7a777d49a3d6a30af20693173ab0c4b00d7 Tests: notification.c: remove extra space Signed-off-by: Francis Deslauriers Change-Id: Iee893ab9d4aeb59e335af83b068adf716ac869f8 Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tools/notification/notification.c b/tests/regression/tools/notification/notification.c index f076bbd0e..68ec64d01 100644 --- a/tests/regression/tools/notification/notification.c +++ b/tests/regression/tools/notification/notification.c @@ -315,7 +315,7 @@ void test_triggers_buffer_usage_condition(const char *session_name, assert("Logic error for test vector generation"); } - loop_ret = asprintf(&test_tuple_string, "session name %s, channel name %s, threshold ratio %s, threshold byte %s, domain type %s", + loop_ret = asprintf(&test_tuple_string, "session name %s, channel name %s, threshold ratio %s, threshold byte %s, domain type %s", session_name_set ? "set" : "unset", channel_name_set ? "set" : "unset", threshold_ratio_set ? "set" : "unset",