aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-03-10 01:01:54 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-03-10 01:01:54 +0100
commit7dc46aa51f6664102fd997762cea3f67ffc3024b (patch)
treeecc5ad9b7b684a66c70eff7d36c496a82502dba9 /cmd
parent80eeb7b2cc04989c4df93792ca4fcf1d2ee7adb5 (diff)
Bikeshedding log messages
Diffstat (limited to 'cmd')
-rw-r--r--cmd/acme/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index 478192b..c701bc7 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -86,7 +86,7 @@ func requestCert(prov *acme.Provider, acc *acme.Account, d domain) error {
return err
}
if c.Leaf != nil && !d.renew(c.Leaf) && !*forceRenew {
- log.Println("valid until", c.Leaf.NotAfter, "skip")
+ log.Println("skip valid until", c.Leaf.NotAfter)
return nil
}