Skip to content

Commit c6e2a47

Browse files
committed
Code cleanup
1 parent d8024d5 commit c6e2a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/x11.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func openXDisplay(dispName, xauthorityPath string) (net.Conn, error) {
4646
if wait > maxWaitToOpenX11Display {
4747
wait = maxWaitToOpenX11Display
4848
}
49-
logPrintf("waiting for %dms", wait)
49+
logPrintf("waiting for %s to try to open X11 display again", wait)
5050
time.Sleep(wait)
5151
counter++
5252
}

0 commit comments

Comments
 (0)