BIND 10 trac2384, updated. 3f0397574f67e829a3d26732d08da246e945acb2 [2384] editorial in exception message: add a space for readability

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 7 18:16:35 UTC 2012


The branch, trac2384 has been updated
       via  3f0397574f67e829a3d26732d08da246e945acb2 (commit)
      from  8f2d93292adc4282298bd82b7d4cb83f362d502e (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 3f0397574f67e829a3d26732d08da246e945acb2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Nov 7 10:16:16 2012 -0800

    [2384] editorial in exception message: add a space for readability

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

Summary of changes:
 src/lib/dns/rrttl.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rrttl.cc b/src/lib/dns/rrttl.cc
index 6234862..b50b352 100644
--- a/src/lib/dns/rrttl.cc
+++ b/src/lib/dns/rrttl.cc
@@ -87,7 +87,7 @@ RRTTL::RRTTL(const std::string& ttlstr) {
                 }
                 if (!found) {
                     isc_throw(InvalidRRTTL, "Unknown unit used: " << *unit <<
-                              "in: " << ttlstr);
+                              " in: " << ttlstr);
                 }
             }
             // Now extract the number, defaut to 1 if there's no digit



More information about the bind10-changes mailing list