Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169740
b: refs/heads/master
c: 87f8ea4
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Nov 22, 2009
1 parent 4b2fa52 commit 873c421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b197c7ef7169bd5f11fb9d803b322d0daef7e256
refs/heads/master: 87f8ea4cd3680ef7f4da4391aed97abb25eae333
6 changes: 3 additions & 3 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ static int dsos__set_modules_path_dir(char *dirname)
DIR *dir = opendir(dirname);

if (!dir) {
pr_err("%s: cannot open %s dir\n", __func__, dirname);
pr_debug("%s: cannot open %s dir\n", __func__, dirname);
return -1;
}

Expand Down Expand Up @@ -1500,8 +1500,8 @@ int kernel_maps__init(bool use_modules)
return -1;

if (use_modules && kernel_maps__create_module_maps() < 0)
pr_warning("Failed to load list of modules in use, "
"continuing...\n");
pr_debug("Failed to load list of modules in use, "
"continuing...\n");
/*
* Now that we have all the maps created, just set the ->end of them:
*/
Expand Down

0 comments on commit 873c421

Please sign in to comment.