Skip to content

Commit

Permalink
embed: fix secure server logging message
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed Sep 3, 2019
1 parent 11980f8 commit 8b053b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (sctx *serveCtx) serve(
sctx.serversC <- &servers{secure: true, grpc: gs, http: srv}
if sctx.lg != nil {
sctx.lg.Info(
"serving client traffic insecurely",
"serving client traffic securely",
zap.String("address", sctx.l.Addr().String()),
)
} else {
Expand Down

0 comments on commit 8b053b0

Please sign in to comment.