From bbb5cd6041f1d62cb3ab5d904eaa9ffcd3da2953 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 17 Oct 2019 12:46:44 -0400 Subject: [PATCH] update GetBounds x11 error log --- robotgo_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }