Skip to content

Commit 3951631

Browse files
author
lamai93
committed
Fixed error message.
1 parent c8b6dea commit 3951631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/bootstrap_slave.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (s *Service) bootstrapSlave(peerAddress string, runner Runner, config Confi
6363
}
6464
r, err := httpClient.Post(helloURL, contentTypeJSON, bytes.NewReader(encoded))
6565
if err != nil {
66-
s.log.Info().Err(err).Msg("Cannot start because of error from master")
66+
s.log.Info().Err(err).Msg("Initial handshake with master failed")
6767
time.Sleep(time.Second)
6868
continue
6969
}

0 commit comments

Comments
 (0)