summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/opal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/opal.c b/core/opal.c
index 7678318c..4ad322cd 100644
--- a/core/opal.c
+++ b/core/opal.c
@@ -207,7 +207,8 @@ void opal_del_poller(void (*poller)(void *data))
* if anybody uses it, print a warning and leak the entry, don't
* free it.
*/
- prerror("WARNING: Unsupported opal_del_poller\n");
+ prlog(PR_ALERT, "WARNING: Unsupported opal_del_poller."
+ " Interesting locking issues, don't call this.\n");
lock(&opal_poll_lock);
list_for_each(&opal_pollers, ent, link) {
OpenPOWER on IntegriCloud