]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
adjust log message added by change 2409. [RT #18497]
authorMark Andrews <marka@isc.org>
Fri, 22 Aug 2008 05:00:29 +0000 (05:00 +0000)
committerMark Andrews <marka@isc.org>
Fri, 22 Aug 2008 05:00:29 +0000 (05:00 +0000)
lib/dns/resolver.c

index c305b000c328b8af24c624dedba2b7a7b3da109d..ba229a8b94c2084206a4474888320c413ffc5460 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.377 2008/08/22 04:16:17 each Exp $ */
+/* $Id: resolver.c,v 1.378 2008/08/22 05:00:29 marka Exp $ */
 
 /*! \file */
 
@@ -1585,7 +1585,8 @@ resquery_send(resquery_t *query) {
                    fctx->timeouts >= MAX_EDNS0_TIMEOUTS) &&
                   (query->options & DNS_FETCHOPT_NOEDNS0) == 0) {
                query->options |= DNS_FETCHOPT_EDNS512;
-               fctx->reason = "reducing UDP packet size to 512";
+               fctx->reason = "reducing the advertised EDNS UDP packet "
+                              "size to 512 octets";
        }
 
        if ((query->options & DNS_FETCHOPT_NOEDNS0) == 0) {