From 13dcd78be1fe326aa2f9bb9d2cbc5843a89c1c57 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 29 Apr 2020 11:19:28 +0200 Subject: [PATCH] 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 --- src/shell-app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-app.c b/src/shell-app.c index e7353274c..716a91c4f 100644 --- a/src/shell-app.c +++ b/src/shell-app.c @@ -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"); } /**