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:
parent
902ea05fde
commit
8b9dbc58f8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user