Remove dot after enable-event message
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 6 Sep 2015 03:51:33 +0000 (23:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Sep 2015 04:35:35 +0000 (00:35 -0400)
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 <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/enable_events.c

index 063c7cc35a9846728e71dd2eb24a7eaebc8960dc..6ebf89f72f757565dd0edf98f154e338c2fcae4b 100644 (file)
@@ -1171,7 +1171,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);
This page took 0.026805 seconds and 4 git commands to generate.