monitor-manager/xrandr: Use g_warning() instead of meta_warning()

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4005>
This commit is contained in:
Jonas Ådahl 2024-12-30 16:02:44 +01:00 committed by Marge Bot
parent 902ea05fde
commit 8b9dbc58f8

View File

@ -546,7 +546,8 @@ apply_crtc_assignments (MetaMonitorManager *manager,
const MetaCrtcModeInfo *crtc_mode_info =
meta_crtc_mode_get_info (crtc_mode);
meta_warning ("Configuring CRTC %d with mode %d (%d x %d @ %f) at position %d, %d and transform %u failed",
g_warning ("Configuring CRTC %d with mode %d (%d x %d @ %f) "
"at position %d, %d and transform %u failed",
(unsigned) meta_crtc_get_id (crtc),
(unsigned) mode,
crtc_mode_info->width, crtc_mode_info->height,