From 02a0542c710bbc8c98e78decd5a8508d9b30106b Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 15 Oct 2007 16:50:32 +0000 Subject: [PATCH] fix lttctl git-svn-id: http://ltt.polymtl.ca/svn@2688 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/lttctl/lttctl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ltt-control/lttctl/lttctl.c b/ltt-control/lttctl/lttctl.c index ce72892..46dc289 100644 --- a/ltt-control/lttctl/lttctl.c +++ b/ltt-control/lttctl/lttctl.c @@ -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; -- 2.34.1