diff options
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index ecccc8df128e..a06131f6259a 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c | |||
@@ -525,7 +525,7 @@ static int dso__split_kallsyms(struct dso *self, struct map *map, | |||
525 | curr_map = map_groups__find_by_name(kmaps, | 525 | curr_map = map_groups__find_by_name(kmaps, |
526 | map->type, module); | 526 | map->type, module); |
527 | if (curr_map == NULL) { | 527 | if (curr_map == NULL) { |
528 | pr_err("%s/proc/{kallsyms,modules} " | 528 | pr_debug("%s/proc/{kallsyms,modules} " |
529 | "inconsistency while looking " | 529 | "inconsistency while looking " |
530 | "for \"%s\" module!\n", | 530 | "for \"%s\" module!\n", |
531 | machine->root_dir, module); | 531 | machine->root_dir, module); |