Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GLib critical warning about default enum value not found #87

Merged
merged 1 commit into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. 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.
    vivia authored and Vivia Nikolaidou committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6f1823c View commit details
    Browse the repository at this point in the history