1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-26 11:18:00 +02:00

Merge pull request #91 from weppos/log-with-name

Add missing domain name for consistency
This commit is contained in:
xenolf 2016-01-30 23:58:21 +01:00
commit 29423c6293

View File

@ -37,8 +37,7 @@ type dnsChallenge struct {
}
func (s *dnsChallenge) Solve(chlng challenge, domain string) error {
logf("[INFO] acme: Trying to solve DNS-01")
logf("[INFO][%s] acme: Trying to solve DNS-01", domain)
if s.provider == nil {
return errors.New("No DNS Provider configured")