println -> log.Debug

This commit is contained in:
piotr
2024-09-22 13:54:32 +02:00
parent e3cb0af2bd
commit e77d189f4a

View File

@@ -419,7 +419,6 @@ func main() {
err = cssProvider.LoadFromPath(*cssFileName)
if err != nil {
log.Errorf("ERROR: %s css file not found or erroneous. Using GTK styling.", *cssFileName)
log.Errorf("%s", err)
} else {
log.Info(fmt.Sprintf("Using style from %s", *cssFileName))
screen, _ := gdk.ScreenGetDefault()