change arg ordering in log message
This commit is contained in:
parent
40406b1480
commit
881ddba90d
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,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{
|
cert, err = l.cloud.CreateSslCertificate(&compute.SslCertificate{
|
||||||
Name: certName,
|
Name: certName,
|
||||||
Certificate: ingCert,
|
Certificate: ingCert,
|
||||||
|
|
Loading…
Reference in a new issue