perf probe: Use pr_debug for debug message
authorMasami Hiramatsu <[email protected]>
Mon, 7 Dec 2009 17:00:59 +0000 (12:00 -0500)
committerIngo Molnar <[email protected]>
Mon, 7 Dec 2009 17:33:22 +0000 (18:33 +0100)
Use pr_debug() for "missing vmlinux" debugging message.

Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: systemtap <[email protected]>
Cc: DLE <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <20091207170059[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
tools/perf/builtin-probe.c

index a58e11b7ea8000de71659a93f093d5d2dcddcb73..8993a1f4e1c31eadf2905e1dd203df661d202dcc 100644 (file)
@@ -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;
        }