monitor-manager: Make warning message less confusing
It talked about KMS state, which was a bit unexpected when debugging the X11 backend. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2434>
This commit is contained in:
parent
7bf4f850b8
commit
f5887a6258
@ -3509,7 +3509,7 @@ meta_monitor_manager_real_read_current_state (MetaMonitorManager *manager)
|
||||
|
||||
if (!meta_gpu_read_current (gpu, &error))
|
||||
{
|
||||
g_warning ("Failed to read current KMS state: %s", error->message);
|
||||
g_warning ("Failed to read current monitor state: %s", error->message);
|
||||
g_clear_error (&error);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user