aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-probe.c')
-rw-r--r--tools/perf/builtin-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c
index a2f6daf01ecb..4e418afd6705 100644
--- a/tools/perf/builtin-probe.c
+++ b/tools/perf/builtin-probe.c
@@ -351,7 +351,7 @@ int cmd_probe(int argc, const char **argv, const char *prefix __used)
351#ifdef NO_LIBDWARF 351#ifdef NO_LIBDWARF
352 semantic_error("Debuginfo-analysis is not supported"); 352 semantic_error("Debuginfo-analysis is not supported");
353#else /* !NO_LIBDWARF */ 353#else /* !NO_LIBDWARF */
354 pr_info("Some probes require debuginfo.\n"); 354 pr_debug("Some probes require debuginfo.\n");
355 355
356 if (session.vmlinux) 356 if (session.vmlinux)
357 fd = open(session.vmlinux, O_RDONLY); 357 fd = open(session.vmlinux, O_RDONLY);