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:
commit
29423c6293
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user