From 7767963f3240f58fcec49bcff68950f94a27ec23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 22 Sep 2015 12:12:20 -0400 Subject: [PATCH] Reword warning on event disable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng/commands/disable_events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/commands/disable_events.c b/src/bin/lttng/commands/disable_events.c index 4347b00bf..51bf3a1f1 100644 --- a/src/bin/lttng/commands/disable_events.c +++ b/src/bin/lttng/commands/disable_events.c @@ -410,7 +410,7 @@ int cmd_disable_events(int argc, const char **argv) /* Ust and agent only support ALL event type */ if ((opt_userspace || opt_jul || opt_log4j || opt_python) && opt_event_type != LTTNG_EVENT_ALL) { - ERR("UST and agent (-j | -l | -p) event(s) disabling based on event type is not supported.\n"); + ERR("Disabling userspace and agent (-j | -l | -p) event(s) based on instrumentation type is not supported.\n"); usage(stderr); ret = CMD_ERROR; goto end; -- 2.34.1