mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 09:40:42 +01:00
previous code could deadlock if internal messages were issued inside queue processing code, which effectively limited error-reporting capabilities. This change makes it possible to call error messages from any part of the code at any time. This comes at the price of slightly delayed message output.