Skip to content

Commit

Permalink
minor change. Changed handshake logging for reties to debug as its ex…
Browse files Browse the repository at this point in the history
…epcted behavior to fail until client is ready again
  • Loading branch information
aherna committed Nov 19, 2021
1 parent cb60299 commit 0ec65a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ron/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (s *Server) DialSerial(path, uuid string) error {

cli, err := s.handshake(conn)
if err != nil {
log.Error("handshake failed (due to %v) - retrying", err)
log.Debug("handshake failed (due to %v) - retrying", err)

time.Sleep(CLIENT_RECONNECT_RATE * time.Second)

Expand Down

0 comments on commit 0ec65a8

Please sign in to comment.