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>
This commit is contained in:
Arnaldo Carvalho de Melo 2010-03-11 20:12:40 -03:00 committed by Ingo Molnar
parent 937779db13
commit fe2197b8bb
1 changed files with 2 additions and 2 deletions

View File

@ -862,7 +862,7 @@ out_close:
if (err == 0) if (err == 0)
return nr; return nr;
out: out:
pr_warning("%s: problems reading %s PLT info.\n", pr_debug("%s: problems reading %s PLT info.\n",
__func__, self->long_name); __func__, self->long_name);
return 0; return 0;
} }