From f399f589fb9acb5f920ade4362f5433e2fe42f27 Mon Sep 17 00:00:00 2001 From: piotr Date: Fri, 18 Nov 2022 01:40:50 +0100 Subject: [PATCH] add a line to debug #68 --- uicomponents.go | 1 + 1 file changed, 1 insertion(+) diff --git a/uicomponents.go b/uicomponents.go index 9295622..59d5b72 100644 --- a/uicomponents.go +++ b/uicomponents.go @@ -434,6 +434,7 @@ func searchUserDir(dir string) { fileSearchResultFlowBox.Add(btn) for _, path := range fileSearchResults { + log.Debugf("Path: %s", path) partOfPathToShow := strings.Split(path, userDirsMap[dir])[1] if partOfPathToShow != "" { if !(strings.HasPrefix(path, "#is_dir#") && isExcluded(path)) {