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,14 +546,15 @@ apply_crtc_assignments (MetaMonitorManager *manager,
|
|||||||
const MetaCrtcModeInfo *crtc_mode_info =
|
const MetaCrtcModeInfo *crtc_mode_info =
|
||||||
meta_crtc_mode_get_info (crtc_mode);
|
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) "
|
||||||
(unsigned) meta_crtc_get_id (crtc),
|
"at position %d, %d and transform %u failed",
|
||||||
(unsigned) mode,
|
(unsigned) meta_crtc_get_id (crtc),
|
||||||
crtc_mode_info->width, crtc_mode_info->height,
|
(unsigned) mode,
|
||||||
(float) crtc_mode_info->refresh_rate,
|
crtc_mode_info->width, crtc_mode_info->height,
|
||||||
(int) roundf (crtc_assignment->layout.origin.x),
|
(float) crtc_mode_info->refresh_rate,
|
||||||
(int) roundf (crtc_assignment->layout.origin.y),
|
(int) roundf (crtc_assignment->layout.origin.x),
|
||||||
crtc_assignment->transform);
|
(int) roundf (crtc_assignment->layout.origin.y),
|
||||||
|
crtc_assignment->transform);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user