BIND 10 trac1012, updated. e3fa282a59eea69c50dcb9354e568a8503510511 [trac1012] remove comma between ID and message text in XML output

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 24 16:43:16 UTC 2011


The branch, trac1012 has been updated
       via  e3fa282a59eea69c50dcb9354e568a8503510511 (commit)
      from  58df861a260fdf06b17194e224fb8c1bd03f0392 (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 e3fa282a59eea69c50dcb9354e568a8503510511
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Fri Jun 24 11:41:10 2011 -0500

    [trac1012] remove comma between ID and message text in XML output

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

Summary of changes:
 tools/system_messages.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/tools/system_messages.py b/tools/system_messages.py
index 05e7312..3ef3aa3 100644
--- a/tools/system_messages.py
+++ b/tools/system_messages.py
@@ -120,7 +120,7 @@ SEC_HEADER="""<?xml version="1.0" encoding="UTF-8"?>
 # tokens: $I is replaced by the message identification, $T by the message text,
 # and $D by the message description.
 SEC_MESSAGE = """<varlistentry id="$I">
-<term>$I, $T</term>
+<term>$I $T</term>
 <listitem><para>
 $D
 </para></listitem>




More information about the bind10-changes mailing list