diff --git a/[refs] b/[refs] index 87df93d62720..37a63a97de46 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63aa9e7e3ab28ad5362502b1a69fae945367ad65 +refs/heads/master: 2f51903bc3139e25ec908f8944a0001c7b868e90 diff --git a/trunk/tools/perf/util/symbol.c b/trunk/tools/perf/util/symbol.c index ecccc8df128e..a06131f6259a 100644 --- a/trunk/tools/perf/util/symbol.c +++ b/trunk/tools/perf/util/symbol.c @@ -525,7 +525,7 @@ static int dso__split_kallsyms(struct dso *self, struct map *map, curr_map = map_groups__find_by_name(kmaps, map->type, module); if (curr_map == NULL) { - pr_err("%s/proc/{kallsyms,modules} " + pr_debug("%s/proc/{kallsyms,modules} " "inconsistency while looking " "for \"%s\" module!\n", machine->root_dir, module);