perf buildid-cache: Use pr_debug instead of verbose && pr_info
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Fri, 27 Feb 2015 04:50:28 +0000 (13:50 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 27 Feb 2015 18:52:36 +0000 (15:52 -0300)
commitcc169c7c31253e80e0d504f0cd5dbb9f1e3d3ac5
treecb5475b086ede337c3b7d7ccaf74c8d417601712
parent8d8c8e4cb3014fcc51f0e127b4316043306f5bb0
perf buildid-cache: Use pr_debug instead of verbose && pr_info

Use pr_debug instead of the combination of verbose and pr_info.

"if (verbose) pr_info(...)" is same as "pr_debug(...)", replace it.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Suggested-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: Hemant Kumar <hemant@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20150227045028.1999.93137.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-buildid-cache.c