Skip to content

Commit a5b8455

Browse files
Merge pull request #367 from cert-manager/ARichman555-patch-3
Add certificate arn to log statement
2 parents db4eca1 + 3caf0eb commit a5b8455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/aws/pca.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func (p *PCAProvisioner) Get(ctx context.Context, cr *cmapi.CertificateRequest,
162162
}
163163
certPem = append(certPem, chainIntCAs...)
164164

165-
log.Info("Created certificate with arn: ")
165+
log.Info("Created certificate with arn: " + certArn)
166166

167167
return certPem, rootCA, nil
168168
}

0 commit comments

Comments
 (0)