From: David Goulet Date: Thu, 28 Jul 2011 17:15:32 +0000 (-0400) Subject: Print trace output patch on lttng create X-Git-Tag: v2.0-pre5~1 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=0052ffe65e88df0012e48d9eeeb8bf63ba8d2dd3;hp=d7b91b3c1f59d4369b1a8f8c2641a1f1c5d80e23 Print trace output patch on lttng create Signed-off-by: David Goulet --- 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;