Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GLib critical warning about default enum value not found
LOGSEVERITY_DEFAULT is defined as a different enum value as LOGSEVERITY_INFO, which it corresponds to, and set as equal later on internally. This cannot work when looking it up in the GEnumValue array. Easiest way around it is to manually set it to INFO.
- Loading branch information