diff options
| -rw-r--r-- | tools/lib/traceevent/parse-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/parse-utils.c b/tools/lib/traceevent/parse-utils.c index 77e4ec6402dd..e99867111387 100644 --- a/tools/lib/traceevent/parse-utils.c +++ b/tools/lib/traceevent/parse-utils.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | void __vwarning(const char *fmt, va_list ap) | 14 | void __vwarning(const char *fmt, va_list ap) |
| 15 | { | 15 | { |
| 16 | if (errno) | 16 | if (errno) |
| 17 | perror("trace-cmd"); | 17 | perror("libtraceevent"); |
| 18 | errno = 0; | 18 | errno = 0; |
| 19 | 19 | ||
| 20 | fprintf(stderr, " "); | 20 | fprintf(stderr, " "); |
