BIND 10 master, updated. c4f6c0e2286efd7146458c4737a4c09133790fea [master] fixed a trivial typo in AUTH_SEND_NORMAL_RESPONSE

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 27 17:48:34 UTC 2012


The branch, master has been updated
       via  c4f6c0e2286efd7146458c4737a4c09133790fea (commit)
      from  826aa1e57c5ef848ffc29df01c7dadaeadd996d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c4f6c0e2286efd7146458c4737a4c09133790fea
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Aug 27 10:48:07 2012 -0700

    [master] fixed a trivial typo in AUTH_SEND_NORMAL_RESPONSE
    
    okayed on jabber

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/auth_messages.mes |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_messages.mes b/src/bin/auth/auth_messages.mes
index 01a18a1..ae7be1e 100644
--- a/src/bin/auth/auth_messages.mes
+++ b/src/bin/auth/auth_messages.mes
@@ -192,7 +192,7 @@ multiple lines of text. For this reason, it is suggested that this log message
 not be routed to the syslog file, where the multiple lines could confuse
 programs that expect a format of one message per line.
 
-% AUTH_SEND_NORMAL_RESPONSE sending an error response (%1 bytes):\n%2
+% AUTH_SEND_NORMAL_RESPONSE sending a normal response (%1 bytes):\n%2
 This is a debug message recording that the authoritative server is sending
 a response to the originator of a query.
 



More information about the bind10-changes mailing list