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")