From: Masami Hiramatsu Date: Mon, 7 Dec 2009 17:00:59 +0000 (-0500) Subject: perf probe: Use pr_debug for debug message X-Git-Tag: v2.6.33-rc1~306^2~27 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d3a2dbf844d81b4b9c9ad6044563c294e7a48cac;p=~emulex%2Finfiniband.git perf probe: Use pr_debug for debug message Use pr_debug() for "missing vmlinux" debugging message. Signed-off-by: Masami Hiramatsu Cc: systemtap Cc: DLE Cc: Frederic Weisbecker Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker LKML-Reference: <20091207170059.19230.51459.stgit@dhcp-100-2-132.bos.redhat.com> Signed-off-by: Ingo Molnar --- diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c index a58e11b7ea8..8993a1f4e1c 100644 --- a/tools/perf/builtin-probe.c +++ b/tools/perf/builtin-probe.c @@ -194,8 +194,8 @@ int cmd_probe(int argc, const char **argv, const char *prefix __used) if (session.need_dwarf) die("Could not open vmlinux/module file."); - pr_warning("Could not open vmlinux/module file." - " Try to use symbols.\n"); + pr_debug("Could not open vmlinux/module file." + " Try to use symbols.\n"); goto end_dwarf; }