Merge pull request #222 from tonglil/fix-log-message
Change arg ordering in log message
This commit is contained in:
commit
712b60f197
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ func (l *L7) checkSSLCert() (err error) {
|
|||
}
|
||||
}
|
||||
|
||||
glog.Infof("Creating new sslCertificates %v for %v", l.Name, certName)
|
||||
glog.Infof("Creating new sslCertificates %v for %v", certName, l.Name)
|
||||
cert, err = l.cloud.CreateSslCertificate(&compute.SslCertificate{
|
||||
Name: certName,
|
||||
Certificate: ingCert,
|
||||
|
|
Loading…
Reference in a new issue