]> git.lttng.org Git - lttng-tools.git/commitdiff
lttng: list: refer to domain recording rules as "event rules"
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Oct 2024 15:42:17 +0000 (15:42 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 22 Nov 2024 20:33:39 +0000 (20:33 +0000)
Change-Id: I1aeb6ad091fc1a65c055ff9e5a616c615e258c6f
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/list.cpp

index b0cbf0ca15225d3e71b364a50b4a8feedba3c118..5dfd3a89e72dcd3b414496de4e9c582b57ac68ed 100644 (file)
@@ -1142,7 +1142,7 @@ static int list_session_agent_events()
                }
        } else {
                /* Pretty print */
-               MSG("Events (Logger name):\n---------------------");
+               MSG("Event rules:\n---------------------");
                if (count == 0) {
                        MSG("%sNone\n", indent6);
                        goto end;
This page took 0.029342 seconds and 4 git commands to generate.