Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Better logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-bucket authored Apr 16, 2017
1 parent ccc5d31 commit 7b7d478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenoid.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func create(w http.ResponseWriter, r *http.Request) {
}
switch ctx.Err() {
case context.DeadlineExceeded:
log.Printf("[SESSION_ATTEMPT_TIMEDOUT]\n")
log.Printf("[SESSION_ATTEMPT_TIMED_OUT]\n")
continue
case context.Canceled:
log.Printf("[CLIENT_DISCONNECTED]\n")
Expand Down

0 comments on commit 7b7d478

Please sign in to comment.