embed: fix secure server logging message

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-09-03 08:56:32 -07:00
parent 11980f8165
commit 8b053b0f44

View File

@ -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 {