Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269116
b: refs/heads/master
c: e77b15b
h: refs/heads/master
v: v3
  • Loading branch information
David Ahern authored and Arnaldo Carvalho de Melo committed Oct 19, 2011
1 parent 4cd44e7 commit 9ff8cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 51192de3b8df0c22d311df7299979a7618daf267
refs/heads/master: e77b15bd849fc85b0228e95da9b7559aa6d31f40
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/map.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ int map__load(struct map *self, symbol_filter_t filter)

if (len > sizeof(DSO__DELETED) &&
strcmp(name + real_len + 1, DSO__DELETED) == 0) {
pr_warning("%.*s was updated, restart the long "
"running apps that use it!\n",
pr_warning("%.*s was updated (is prelink enabled?). "
"Restart the long running apps that use it!\n",
(int)real_len, name);
} else {
pr_warning("no symbols found in %s, maybe install "
Expand Down

0 comments on commit 9ff8cb4

Please sign in to comment.