We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8024d5 commit c6e2a47Copy full SHA for c6e2a47
1 file changed
src/x11.go
@@ -46,7 +46,7 @@ func openXDisplay(dispName, xauthorityPath string) (net.Conn, error) {
46
if wait > maxWaitToOpenX11Display {
47
wait = maxWaitToOpenX11Display
48
}
49
- logPrintf("waiting for %dms", wait)
+ logPrintf("waiting for %s to try to open X11 display again", wait)
50
time.Sleep(wait)
51
counter++
52
0 commit comments