Skip to content

Commit dabcd9e

Browse files
author
David Nelson
committed
Log event dispatch timeout above debug
1 parent 314458d commit dabcd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/chrome_target.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ func (c *ChromeTarget) dispatchWithTimeout(r chan<- *gcdmessage.Message, id int6
385385
case r <- &gcdmessage.Message{Id: id, Data: msg}:
386386
timeout.Stop()
387387
case <-timeout.C:
388-
c.logDebug("timed out dispatching request id: ", id, " of msg: ", msg)
388+
c.logger.Println("timed out dispatching request id: ", id, " of msg: ", msg)
389389
close(r)
390390
return
391391
}

0 commit comments

Comments
 (0)