diff options
Diffstat (limited to 'tools/perf/builtin-probe.c')
-rw-r--r-- | tools/perf/builtin-probe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c index a58e11b7ea80..8993a1f4e1c3 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) | |||
194 | if (session.need_dwarf) | 194 | if (session.need_dwarf) |
195 | die("Could not open vmlinux/module file."); | 195 | die("Could not open vmlinux/module file."); |
196 | 196 | ||
197 | pr_warning("Could not open vmlinux/module file." | 197 | pr_debug("Could not open vmlinux/module file." |
198 | " Try to use symbols.\n"); | 198 | " Try to use symbols.\n"); |
199 | goto end_dwarf; | 199 | goto end_dwarf; |
200 | } | 200 | } |
201 | 201 | ||