From 103ab0a673aed928cd0b936a3e08129018657a7c Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Thu, 9 Nov 2017 19:23:19 +0000 Subject: [PATCH] intercept: Let's add some debugs to find out what is going on in snapd Signed-off-by: Ikey Doherty --- src/intercept/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intercept/main.c b/src/intercept/main.c index 685f2e1..30558a2 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -588,8 +588,10 @@ _nica_public_ char *la_objsearch(const char *name, __lsi_unused__ uintptr_t *coo * that file, as it is most likely a driver */ if (strstr(name, "/var/lib/snapd/gl") || strstr(name, "/var/lib/snapd/hostfs")) { + lsi_log_debug("skipping snapd file: %s", name); return name; } + lsi_log_debug("snapd debug: %s", name); #endif switch (work_mode) { case INTERCEPT_MODE_STEAM: