Skip to content

Commit

Permalink
Merge pull request sandia-minimega#1460 from aherna/miniccc_handshake
Browse files Browse the repository at this point in the history
Changed handshake logging for miniccc
  • Loading branch information
csymonds authored Dec 22, 2021
2 parents 16952ae + 0ec65a8 commit 90f06ab
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 @@ -255,7 +255,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 90f06ab

Please sign in to comment.