wayland: Replace meta_warning() with g_warning()
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4005>
This commit is contained in:
parent
6dd7b0c7cd
commit
2d43721c09
@ -764,7 +764,7 @@ set_gnome_env (const char *name,
|
|||||||
remote_error = g_dbus_error_get_remote_error (error);
|
remote_error = g_dbus_error_get_remote_error (error);
|
||||||
if (!g_strv_contains (ignored_remote_errors, remote_error))
|
if (!g_strv_contains (ignored_remote_errors, remote_error))
|
||||||
{
|
{
|
||||||
meta_warning ("Failed to set environment variable %s for gnome-session: %s",
|
g_warning ("Failed to set environment variable %s for gnome-session: %s",
|
||||||
name, error->message);
|
name, error->message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user