X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng%2Fcommands%2Fcreate.c;h=4083e4195633a609ceba1ee2c28eb55d3bedff2d;hb=734f79bf717d87817623d382c59086dc9e8ef610;hp=16e3b4d8628fdb3cd73c9e9dae6d7dd51bd496e9;hpb=f2e0110c3bd947e78aa7fe199b2f81794cac50bf;p=lttng-tools.git diff --git a/lttng/commands/create.c b/lttng/commands/create.c index 16e3b4d86..4083e4195 100644 --- a/lttng/commands/create.c +++ b/lttng/commands/create.c @@ -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;