Skip to content
Snippets Groups Projects
Commit 6fdde58f authored by Simon McVittie's avatar Simon McVittie
Browse files

runtime: Improve debug messages for DRI drivers

parent 623648fd
No related branches found
No related tags found
No related merge requests found
......@@ -567,6 +567,7 @@ try_bind_dri (PvRuntime *self,
g_autoptr(GDir) dir = NULL;
const char *member;
g_debug ("Collecting dependencies of DRI drivers in \"%s\"...", dri);
expr = g_strdup_printf ("only-dependencies:if-exists:path-match:%s/dri/*.so",
libdir);
......@@ -624,6 +625,7 @@ try_bind_dri (PvRuntime *self,
g_autoptr(FlatpakBwrap) temp_bwrap = NULL;
g_autofree gchar *expr = NULL;
g_debug ("Collecting s2tc \"%s\" and its dependencies...", s2tc);
expr = g_strdup_printf ("path-match:%s", s2tc);
if (!pv_runtime_provide_container_access (self, error))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment