mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-10 18:46:10 -04:00
LOG_ERROR should be used in places where though recoverable (or at least something that can be handled safely), was unexpected, and may affect the user/application. LOG_WARNING should be used in places where it's not entirely unexpected, is recoverable, and doesn't really affect the user/application.