forked from TrueCloudLab/frostfs-node
[#857] Makefile: Update linter version
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
3b7c0362a8
commit
d2746a7d67
2 changed files with 3 additions and 4 deletions
|
@ -167,7 +167,6 @@ func connectNats(ctx context.Context, c *cfg) {
|
|||
err := c.cfgNotifications.nw.w.Connect(ctx, endpoint)
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("could not connect to a nats endpoint %s: %v", endpoint, err))
|
||||
} else {
|
||||
c.log.Info(logs.NatsConnectedToEndpoint, zap.String("endpoint", endpoint))
|
||||
}
|
||||
c.log.Info(logs.NatsConnectedToEndpoint, zap.String("endpoint", endpoint))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue