|
@@ -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 "
|