Skip to content
Snippets Groups Projects
Commit b3ea502d authored by ale's avatar ale
Browse files

Small fix to potentially confusing debug message

parent a34f7fd3
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ func (m *Manager) setCert(cert *Cert) error {
m.cert = cert
m.tlsCert = tlsCert
m.renewalDeadline = cert.NotAfter().AddDate(0, 0, -renewalDays)
log.Printf("acme: updated certificate (renewal deadline: %s)", m.renewalDeadline.Format(time.Stamp))
log.Printf("acme: found certificate (renewal deadline: %s)", m.renewalDeadline.Format(time.Stamp))
m.mx.Unlock()
return nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment