diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2010-03-10 22:14:20 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2010-03-10 22:14:20 -0500 |
| commit | 142ea137f09d1fd39a1c1a4be7f5457461259281 (patch) | |
| tree | e6faf80a7eb0213eda06bd96cdca28bfc9c3ae3f | |
| parent | 418410afe707c4f8057e643b6f665fdf662ed758 (diff) | |
trace-cmd: Change printf to pr_stat() in registering plugins
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
| -rw-r--r-- | trace-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-util.c b/trace-util.c index 0966d1c..fba0375 100644 --- a/trace-util.c +++ b/trace-util.c | |||
| @@ -227,7 +227,7 @@ load_plugin(struct pevent *pevent, struct plugin_list *plugin_list, | |||
| 227 | list->name = plugin; | 227 | list->name = plugin; |
| 228 | plugin_list = list; | 228 | plugin_list = list; |
| 229 | 229 | ||
| 230 | printf("registering plugin: %s\n", plugin); | 230 | pr_stat("registering plugin: %s", plugin); |
| 231 | ret = func(pevent); | 231 | ret = func(pevent); |
| 232 | 232 | ||
| 233 | return plugin_list; | 233 | return plugin_list; |
