Print trace output patch on lttng create
[lttng-tools.git] / lttng / commands / create.c
index 16e3b4d8628fdb3cd73c9e9dae6d7dd51bd496e9..4083e4195633a609ceba1ee2c28eb55d3bedff2d 100644 (file)
@@ -129,9 +129,7 @@ static int create_session()
        }
 
        MSG("Session %s created.", session_name);
        }
 
        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;
 
 
        ret = CMD_SUCCESS;
 
This page took 0.023412 seconds and 4 git commands to generate.