From: Jérémie Galarneau Date: Sun, 6 Sep 2015 03:51:33 +0000 (-0400) Subject: Remove dot after enable-event message X-Git-Tag: v2.8.0-rc1~376 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=895707daf3f9a3cbe4eb9915a42e1677d221c218 Remove dot after enable-event message 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 --- 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);