1
0
Fork 0

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:
Jonas Ådahl 2022-05-27 16:51:42 +02:00 committed by Marge Bot
parent 7bf4f850b8
commit f5887a6258

View file

@ -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);
}
}