diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-03-11 23:12:40 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-03-12 09:28:36 (GMT) |
commit | fe2197b8bb2f318c1e0b0f589f24f781dd27d1f2 (patch) | |
tree | f598b9ec7a9eb04726f70f521073b474d8a6cdde | |
parent | 937779db13fb6cb621e28d9ae0a6cf1d05b57d05 (diff) | |
download | linux-fe2197b8bb2f318c1e0b0f589f24f781dd27d1f2.tar.xz |
perf symbols: Bump plt synthesizing warning debug level
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1268349164-5822-1-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | tools/perf/util/symbol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 323c0ae..75cd468 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -862,8 +862,8 @@ out_close: if (err == 0) return nr; out: - pr_warning("%s: problems reading %s PLT info.\n", - __func__, self->long_name); + pr_debug("%s: problems reading %s PLT info.\n", + __func__, self->long_name); return 0; } |