BIND 10 trac1298, updated. 45bd390859827c02965765b4b146b5351cbbb1c1 [1298] a missing space in a log message
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 7 17:29:36 UTC 2011
The branch, trac1298 has been updated
via 45bd390859827c02965765b4b146b5351cbbb1c1 (commit)
from 0f6b216a89583edd445942386df5a388b39149d5 (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 45bd390859827c02965765b4b146b5351cbbb1c1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 7 09:29:25 2011 -0800
[1298] a missing space in a log message
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/xfrin.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index efe972c..6ddb340 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -149,7 +149,7 @@ def format_addrinfo(addrinfo):
else:
return str(addrinfo[2])
except IndexError:
- raise TypeError("addrinfo argument to format_addrinfo() does not"
+ raise TypeError("addrinfo argument to format_addrinfo() does not "
"appear to be consisting of (family, socktype, (addr, port))")
def get_soa_serial(soa_rdata):
More information about the bind10-changes
mailing list