forked from TrueCloudLab/lego
Merge pull request #91 from weppos/log-with-name
Add missing domain name for consistency
This commit is contained in:
commit
29423c6293
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue