Skip to content

connection: Make wl_closure_print thread-safe

Alexander Irion requested to merge make_wl_closure_print_thread_safe into main

When multiple threads are used, output from different threads was intermixed in one line. That what breaking parsing of the log messages. Now, a mutex prevents this intermixing.

Signed-off-by: Alexander Irion alexander_irion@mentor.com

Merge request reports