shell-app: Downgrade not finding a discrete GPU to debug

As we'll want to call this unconditionally soon.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1226
This commit is contained in:
Bastien Nocera 2020-04-29 11:19:28 +02:00 committed by Florian Müllner
parent 3bfa9916da
commit 13dcd78be1

View File

@ -1332,7 +1332,7 @@ apply_discrete_gpu_env (GAppLaunchContext *context,
return;
}
g_warning ("Could not find discrete GPU data in switcheroo-control");
g_debug ("Could not find discrete GPU in switcheroo-control, not applying environment");
}
/**