[PATCH v2 1/5] perf symbols: Bump plt synthesizing warning debug level

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnaldo Carvalho de Melo
Date: Thursday, March 11, 2010 - 4:12 pm

From: 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>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 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;
 }
 
-- 
1.6.2.5

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v2 1/5] perf symbols: Bump plt synthesizing warning ..., Arnaldo Carvalho de Melo, (Thu Mar 11, 4:12 pm)
[PATCH v2 5/5] perf report: Initial TUI using newt, Arnaldo Carvalho de Melo, (Thu Mar 11, 4:12 pm)
Re: [PATCH v2 5/5] perf report: Initial TUI using newt, Arnaldo Carvalho de Melo, (Thu Mar 11, 4:29 pm)
Re: [PATCH v2 5/5] perf report: Initial TUI using newt, Frederic Weisbecker, (Thu Mar 11, 10:43 pm)
Re: [PATCH v2 5/5] perf report: Initial TUI using newt, Mike Galbraith, (Thu Mar 11, 11:48 pm)
Re: [PATCH v2 5/5] perf report: Initial TUI using newt, Ingo Molnar, (Fri Mar 12, 2:45 am)
Re: [PATCH v2 5/5] perf report: Initial TUI using newt, Arnaldo Carvalho de Melo, (Fri Mar 12, 6:25 am)
Re: [PATCH v2 5/5] perf report: Initial TUI using newt, Arnaldo Carvalho de Melo, (Fri Mar 12, 6:27 am)
Re: [PATCH v2 5/5] perf report: Initial TUI using newt, Arnaldo Carvalho de Melo, (Fri Mar 12, 6:56 am)