Reword warning on event disable
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Sep 2015 16:12:20 +0000 (12:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Sep 2015 16:12:20 +0000 (12:12 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/disable_events.c

index 4347b00bfe789750cd70e14999ff88cbcd5175fd..51bf3a1f10614c33c117d2d6f9f2f185819dbf6e 100644 (file)
@@ -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;
This page took 0.02638 seconds and 5 git commands to generate.