fix lttctl
[ltt-control.git] / ltt-control / lttctl / lttctl.c
index ce728928d7f9a0cced026b60fdd1a234466385df..46dc2895505e4d1f0bd8b79433ca23abbb22dcb8 100644 (file)
@@ -362,10 +362,6 @@ int lttctl_daemon(struct lttctl_handle *handle, char *trace_name)
                        ret = WEXITSTATUS(status);
                if(ret) goto start_error;
 
-               printf("Creating supplementary trace files\n");
-               ret = create_eventdefs();
-               if(ret) goto start_error;
-
        } else if(pid == 0) {
                /* child */
                int ret;
This page took 0.023107 seconds and 4 git commands to generate.