|
@@ -25,14 +25,15 @@ of the resolver) has retrieved the given address for the specified
|
|
|
nameserver through an external query.
|
|
|
|
|
|
% NSAS_INVALID_RESPONSE queried for %1 but got invalid response
|
|
|
-The NSAS made a query for a RR for the specified nameserver but received
|
|
|
-an invalid response. Either the success function was called without a
|
|
|
-DNS message or the message was invalid on some way. (In the latter case,
|
|
|
-the error should have been picked up elsewhere in the processing logic,
|
|
|
-hence the raising of the error here.)
|
|
|
+The NSAS (nameserver address store - part of the resolver) made a query
|
|
|
+for a RR for the specified nameserver but received an invalid response.
|
|
|
+Either the success function was called without a DNS message or the
|
|
|
+message was invalid on some way. (In the latter case, the error should
|
|
|
+have been picked up elsewhere in the processing logic, hence the raising
|
|
|
+of the error here.)
|
|
|
|
|
|
-This message indicates an internal error in the nameserver address store
|
|
|
-component (NSAS) of the resolver. Please raise a bug report.
|
|
|
+This message indicates an internal error in the NSAS. Please raise a
|
|
|
+bug report.
|
|
|
|
|
|
% NSAS_LOOKUP_CANCEL lookup for zone %1 has been canceled
|
|
|
A debug message issued when an NSAS (nameserver address store - part of
|
|
@@ -46,8 +47,9 @@ nameserver may be unreachable, in which case the NSAS will try other
|
|
|
nameservers in the zone.
|
|
|
|
|
|
% NSAS_SEARCH_ZONE_NS searching NSAS for nameservers for zone %1
|
|
|
-A debug message output when a call is made to the nameserver address store
|
|
|
-(part of the resolver) to obtain the nameservers for the specified zone.
|
|
|
+A debug message output when a call is made to the NSAS (nameserver
|
|
|
+address store - part of the resolver) to obtain the nameservers for
|
|
|
+the specified zone.
|
|
|
|
|
|
% NSAS_UPDATE_RTT update RTT for %1: was %2 ms, is now %3 ms
|
|
|
A NSAS (nameserver address store - part of the resolver) debug message
|
|
@@ -64,4 +66,4 @@ a resource record of a particular type and class, but instead received
|
|
|
an answer with a different given type and class.
|
|
|
|
|
|
This message indicates an internal error in the nameserver address store
|
|
|
-component (NSAS) of the resolver. Please riase a bug report.
|
|
|
+component (NSAS) of the resolver. Please raise a bug report.
|