[gnome-shell/wip/hadess/PrefersNonDefaultGPU: 5/6] shell-app: Downgrade not finding a discrete GPU to debug



commit 6c22790427598826904cb7d31d802b6a6379f759
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Apr 29 11:19:28 2020 +0200

    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 e7353274c9..716a91c4f8 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");
 }
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]