diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-12-23 14:19:45 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-12-23 14:20:21 +0100 |
commit | 104db7ff1d9d01a03a2568a156b19e1fd972e8bf (patch) | |
tree | 838e7f4c1cce62d44edfc31f4463d7b599ce23b6 /tools/perf/util/probe-event.c | |
parent | 4a7863cc2eb5f9804f1c4e9156619a801cd7f14f (diff) | |
parent | 32b2b6ec57a3adb3ab7215fbf36ec61c15de06ee (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/util/probe-event.c')
-rw-r--r-- | tools/perf/util/probe-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index 099336ed34b..4bde988a0b0 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c @@ -309,7 +309,7 @@ static int __show_one_line(FILE *fp, int l, bool skip, bool show_num) return 1; error: if (ferror(fp)) { - pr_warning("Source file is shorter than expected.\n"); + pr_warning("File read error: %s\n", strerror(errno)); return -1; } return 0; |