diff --git a/src/runtime.c b/src/runtime.c index c77da5623711d06e38a92c71c8860423b8ad7f47..e8adc50c77b719552fde55c18dad9d885a6ca71f 100644 --- a/src/runtime.c +++ b/src/runtime.c @@ -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))