println -> log.Debug

This commit is contained in:
piotr
2024-09-22 13:51:46 +02:00
parent 1015f4c48f
commit e3cb0af2bd

View File

@@ -438,7 +438,7 @@ func main() {
if *targetOutput != "" {
// We want to assign layershell to a monitor, but we only know the output name!
output2mon, err = mapOutputs()
fmt.Println(">>>", output2mon)
log.Debugf("output2mon: %s", output2mon)
if err == nil {
monitor := output2mon[*targetOutput]
layershell.SetMonitor(win, monitor)