projects
/
ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af00fb1
)
ustctl: fix a broken format string
author
Nils Carlson
<nils.carlson@ericsson.com>
Fri, 25 Feb 2011 08:39:03 +0000
(09:39 +0100)
committer
Nils Carlson
<nils.carlson@ericsson.com>
Fri, 25 Feb 2011 08:39:14 +0000
(09:39 +0100)
Signed-off-by: Nils Carlson <nils.carlson@ericsson.com>
ustctl/trace_cmds.c
patch
|
blob
|
blame
|
history
diff --git
a/ustctl/trace_cmds.c
b/ustctl/trace_cmds.c
index 74e46608ea3c26e8792b11370b88a5e136599072..a8f3a9ccc1e98ec4d137ddf57db8e22c4dfdfae4 100644
(file)
--- a/
ustctl/trace_cmds.c
+++ b/
ustctl/trace_cmds.c
@@
-30,7
+30,7
@@
static int create_trace(int argc, char *argv[])
sock = parse_and_connect_pid(argv[1]);
if (ustctl_create_trace(sock, argv[2])) {
- ERR("Failed to create trace %s for PID %
u
\n", argv[2], argv[1]);
+ ERR("Failed to create trace %s for PID %
s
\n", argv[2], argv[1]);
return -1;
}
This page took
0.024139 seconds
and
4
git commands to generate.