From 4edabba83233b743e61b0d2ff6d77501211245dc Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 6 May 2021 16:19:39 -0400 Subject: [PATCH] list_triggers.c: replace "after every" -> "every" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau Change-Id: If6121fda5bb6d7cf5c941c1ca134191c72518422 --- src/bin/lttng/commands/list_triggers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/commands/list_triggers.c b/src/bin/lttng/commands/list_triggers.c index 7c8bd7f88..5a40fdc18 100644 --- a/src/bin/lttng/commands/list_triggers.c +++ b/src/bin/lttng/commands/list_triggers.c @@ -773,7 +773,7 @@ void print_one_action(const struct lttng_trigger *trigger, /* The default is 1 so print only when it is a * special case. */ - _MSG(", rate policy: after every %" PRIu64 + _MSG(", rate policy: every %" PRIu64 " occurrences", policy_value); } -- 2.34.1