Skip to content

Commit 0ef5271

Browse files
committed
don't shout
1 parent 4f78999 commit 0ef5271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/nats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func ConfigureNatsConnection(config *nconf.NatsConfig, log logrus.FieldLogger) (
3333
}
3434

3535
if !config.TLS.Enabled {
36-
log.Warn("Connection to NATS servers is NOT using TLS")
36+
log.Warn("Connection to NATS servers is not using TLS")
3737
}
3838

3939
if err := config.LoadServerNames(); err != nil {

0 commit comments

Comments
 (0)