Skip to content

Multithreading: Make LOG_N work across threads

Simon Spannagel requested to merge mt_logging into multithreading

See title. Now LOG_ONCE messages are only printed once per run, not once per thread.

@kwolters this should be thread-safe like this, or am I mistaken?

Edited by Simon Spannagel

Merge request reports