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:
2f5a8a3
)
Remove *bad* debug printf
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 3 Nov 2011 18:26:26 +0000
(14:26 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Thu, 3 Nov 2011 18:26:26 +0000
(14:26 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng-sessiond/ust-app.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng-sessiond/ust-app.c
b/lttng-sessiond/ust-app.c
index 489bd8b2fe59f8bf8b53f5262e6805cdeaa3f3a3..d968577439b0951a4c74ef4ba2e5fb5278b49494 100644
(file)
--- a/
lttng-sessiond/ust-app.c
+++ b/
lttng-sessiond/ust-app.c
@@
-806,7
+806,6
@@
next_chan:
}
/* Setup UST consumer socket and send fds to it */
- printf("WTF HERE: sock: %d\n", usess->consumer_fd);
ret = ust_consumer_send_session(usess->consumer_fd, ua_sess);
if (ret < 0) {
goto next;
This page took
0.027004 seconds
and
4
git commands to generate.