fix lttctl
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 16:50:32 +0000 (16:50 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 16:50:32 +0000 (16:50 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2688 04897980-b3bd-0310-b5e0-8ef037075253

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.023277 seconds and 4 git commands to generate.