Use consistent case in TLS logging.
This commit is contained in:
parent
5cd4c8265c
commit
c3fab78e2c
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ func genKey(key, cert string) error {
|
|||
pem.Encode(keyOut, &pem.Block{Type: "EC PRIVATE KEY", Bytes: keybytes})
|
||||
keyOut.Close()
|
||||
|
||||
log.Infof("RPCS: Done generating tls certificates")
|
||||
log.Infof("RPCS: Done generating TLS certificates")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue