Improve logging

This commit is contained in:
Daniel
2024-03-05 11:45:00 +01:00
parent 5def16e542
commit 0ebe494c6c
2 changed files with 3 additions and 2 deletions

View File

@@ -77,7 +77,8 @@ func searchDirectory(directory string, binPath string) (iconPath string, err err
}
return "", fmt.Errorf("failed to read directory %s: %w", directory, err)
}
fmt.Println(directory)
// DEBUG:
// fmt.Println(directory)
var (
bestMatch string