Skip to content

util-logging: fix fatal warnings logic

Michael Catanzaro requested to merge mcatanzaro/fatal-warnings into mainline

If fatal criticals are enabled, we should not crash on a simple warning, because warnings are normal and less serious than criticals.

If fatal warnings are enabled, we should definitely crash on criticals, because criticals indicate undefined behavior and are more serious than warnings.

Merge request reports