fix: service hanging when error on startup has been encountered (#135)

This commit is contained in:
Mikhail Bragin
2021-10-18 13:29:26 +02:00
committed by GitHub
parent bef3b3392b
commit 74485d3b13
2 changed files with 27 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ func NewClient(ctx context.Context, addr string, ourPrivateKey wgtypes.Key, tlsE
}))
if err != nil {
log.Errorf("failed creating connection to Management Srvice %v", err)
log.Errorf("failed creating connection to Management Service %v", err)
return nil, err
}