Skip to content

gthread: Only print scheduler setting warnings once

Philip Withnall requested to merge pwithnall/glib:2191-scheduler-warnings into master

If one thread pool thread fails to set its scheduler settings, it’s likely that all the rest of them will fail for the same reason. Avoid printing duplicate critical warnings in that case.

Signed-off-by: Philip Withnall withnall@endlessm.com

Fixes: #2191 (closed)

Merge request reports