From f985302fcbf71617b186386dd9376297737d70c3 Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Mon, 7 Dec 2009 12:00:59 -0500 Subject: [PATCH] --- yaml --- r: 175414 b: refs/heads/master c: d3a2dbf844d81b4b9c9ad6044563c294e7a48cac h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/builtin-probe.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ff032fa318c1..0fedd85055b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 849884508ecbe2d220131840e4cc7c32ca24ebe3 +refs/heads/master: d3a2dbf844d81b4b9c9ad6044563c294e7a48cac diff --git a/trunk/tools/perf/builtin-probe.c b/trunk/tools/perf/builtin-probe.c index a58e11b7ea80..8993a1f4e1c3 100644 --- a/trunk/tools/perf/builtin-probe.c +++ b/trunk/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; }