X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcommands%2Fcreate.c;h=4083e4195633a609ceba1ee2c28eb55d3bedff2d;hp=16e3b4d8628fdb3cd73c9e9dae6d7dd51bd496e9;hb=0052ffe65e88df0012e48d9eeeb8bf63ba8d2dd3;hpb=d7b91b3c1f59d4369b1a8f8c2641a1f1c5d80e23 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;