From 895707daf3f9a3cbe4eb9915a42e1677d221c218 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sat, 5 Sep 2015 23:51:33 -0400 Subject: [PATCH] Remove dot after enable-event message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The other domains' enable event confirmation messages don't have a trailing dot. Removing this one for consistency. Signed-off-by: Jérémie Galarneau --- src/bin/lttng/commands/enable_events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/commands/enable_events.c b/src/bin/lttng/commands/enable_events.c index d9b8591b3..68d49769b 100644 --- a/src/bin/lttng/commands/enable_events.c +++ b/src/bin/lttng/commands/enable_events.c @@ -1217,7 +1217,7 @@ static int enable_events(char *session_name) * Don't print the default channel * name for agent domains. */ - MSG("%s event %s%s enabled.", + MSG("%s event %s%s enabled", get_domain_str(dom.type), event_name, exclusion_string); -- 2.34.1