Browse Source

Reapply typo fix from becbc3a3e2a79fbd87ba33a7e6edb2b62e100fde

Shelikhoo 4 years ago
parent
commit
b8e81f01fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/dns/dnscommon.go

+ 1 - 1
app/dns/dnscommon.go

@@ -211,7 +211,7 @@ L:
 		case dnsmessage.TypeAAAA:
 		case dnsmessage.TypeAAAA:
 			ans, err := parser.AAAAResource()
 			ans, err := parser.AAAAResource()
 			if err != nil {
 			if err != nil {
-				newError("failed to parse A record for domain: ", ah.Name).Base(err).WriteToLog()
+				newError("failed to parse AAAA record for domain: ", ah.Name).Base(err).WriteToLog()
 				break L
 				break L
 			}
 			}
 			ipRecord.IP = append(ipRecord.IP, net.IPAddress(ans.AAAA[:]))
 			ipRecord.IP = append(ipRecord.IP, net.IPAddress(ans.AAAA[:]))