Print trace output patch on lttng create
authorDavid Goulet <david.goulet@polymtl.ca>
Thu, 28 Jul 2011 17:15:32 +0000 (13:15 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Thu, 28 Jul 2011 17:15:32 +0000 (13:15 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/commands/create.c

index 16e3b4d8628fdb3cd73c9e9dae6d7dd51bd496e9..4083e4195633a609ceba1ee2c28eb55d3bedff2d 100644 (file)
@@ -129,9 +129,7 @@ static int create_session()
        }
 
        MSG("Session %s created.", session_name);
-       if (have_name) {
-               MSG("Traces will be written in %s" , traces_path);
-       }
+       MSG("Traces will be written in %s" , traces_path);
 
        ret = CMD_SUCCESS;
 
This page took 0.025297 seconds and 4 git commands to generate.