Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-export: do automatic reencoding of commit messages only if requested
[gitweb.git]
/
Documentation
/
technical
/
api-trace.txt
diff --git
a/Documentation/technical/api-trace.txt
b/Documentation/technical/api-trace.txt
index 389ae16d150f9eca5f4f137739dfb55e742f17dd..fadb5979c48b6c128f71db1588412bf0a8204677 100644
(file)
--- a/
Documentation/technical/api-trace.txt
+++ b/
Documentation/technical/api-trace.txt
@@
-28,7
+28,7
@@
static struct trace_key trace_foo = TRACE_KEY_INIT(FOO);
static void trace_print_foo(const char *message)
{
- trace_print
_key(&trace_foo
, message);
+ trace_print
f_key(&trace_foo, "%s"
, message);
}
------------
+