filelist/*.List(): print to stdout when starting to generate FileList

This commit is contained in:
Clayton Craft
2023-02-17 23:30:17 -08:00
parent 14873015c0
commit a4be663e13
4 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package osksdl
import (
"bufio"
"fmt"
"log"
"os"
"path/filepath"
"strings"
@@ -28,6 +29,7 @@ func (s *OskSdl) List() ([]string, error) {
if !misc.Exists("/usr/bin/osk-sdl") {
return nil, nil
}
log.Println("- Including osk-sdl support")
confFiles := []string{
"/etc/osk.conf",