diff --git a/robotgo_unix.go b/robotgo_unix.go index 2291f14..524f96b 100644 --- a/robotgo_unix.go +++ b/robotgo_unix.go @@ -34,7 +34,7 @@ func GetBounds(pid int32, args ...int) (int, int, int, int) { xid, err := GetXId(xu, pid) if err != nil { - log.Println("GetXidFromPid errors is: ", err) + log.Println("GetXid from Pid errors is: ", err) return 0, 0, 0, 0 }