From: Jérémie Galarneau Date: Tue, 22 Sep 2015 16:12:20 +0000 (-0400) Subject: Reword warning on event disable X-Git-Tag: v2.8.0-rc1~303 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7767963f3240f58fcec49bcff68950f94a27ec23 Reword warning on event disable Signed-off-by: Jérémie Galarneau --- 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;