update GetBounds x11 error log

This commit is contained in:
vcaesar 2019-10-17 12:46:44 -04:00
parent e0ecc78a58
commit bbb5cd6041

View File

@ -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
}