You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix --vips-info CLI flag with GLib >= 2.80 (#4251)
Use `g_log_writer_default_set_debug_domains()` since resetting
`G_MESSAGES_DEBUG` at runtime has no effect for GLib >= 2.80.
Also, remove any checks for the old `G_MESSAGES_DEBUG` env variable
and overwrite it directly instead. This means the `--vips-info` CLI
flag and the `VIPS_INFO=1` env variable now take precedence over
`G_MESSAGES_DEBUG`.
See: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3710.
0 commit comments