projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b91b3
)
Print trace output patch on lttng create
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 28 Jul 2011 17:15:32 +0000
(13:15 -0400)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/lttng/commands/create.c
b/lttng/commands/create.c
index 16e3b4d8628fdb3cd73c9e9dae6d7dd51bd496e9..4083e4195633a609ceba1ee2c28eb55d3bedff2d 100644
(file)
--- 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;
This page took
0.025923 seconds
and
4
git commands to generate.