Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / bin / lttng / commands / disable_events.c
index 4347b00bfe789750cd70e14999ff88cbcd5175fd..cc27115651270230a67479aec4cbb9220643b858 100644 (file)
@@ -15,7 +15,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <popt.h>
 #include <stdio.h>
@@ -410,7 +409,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.023382 seconds and 4 git commands to generate.