BIND 10 trac742, updated. 2f02427767832268aef89bbfed9b458a481829fe [trac742] some minor updates to messages

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 29 07:10:23 UTC 2011


The branch, trac742 has been updated
       via  2f02427767832268aef89bbfed9b458a481829fe (commit)
      from  8081aaf24a0fb181f2847887ba6347d7c97969e5 (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 2f02427767832268aef89bbfed9b458a481829fe
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Jun 28 15:25:00 2011 +0200

    [trac742] some minor updates to messages
    
    and one makefile addition

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

Summary of changes:
 src/lib/cc/cc_messages.mes   |   18 +++++++++---------
 src/lib/cc/tests/Makefile.am |    1 +
 2 files changed, 10 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/cc/cc_messages.mes b/src/lib/cc/cc_messages.mes
index 5c60727..8c62ea1 100644
--- a/src/lib/cc/cc_messages.mes
+++ b/src/lib/cc/cc_messages.mes
@@ -29,8 +29,8 @@ The library is disconnecting from the message queue daemon. This debug message
 indicates that the program is trying to shut down gracefully.
 
 % CC_ESTABLISH trying to establish connection with message queue daemon at %1
-This is debug message and indicates that the command channel library is about
-connect to the message queue daemon, which should be listening on UNIX-domain
+This debug message indicates that the command channel library is about to
+connect to the message queue daemon, which should be listening on the UNIX-domain
 socket listed in the output.
 
 % CC_ESTABLISHED successfully connected to message queue daemon
@@ -69,16 +69,16 @@ It isn't possible to connect to the message queue daemon, for reason listed.
 It is unlikely any program will be able continue without the communication.
 
 % CC_READ_ERROR error reading data from command channel (%1)
-A low level error happened when the library tried to read data from command
-channel socket. The reason is listed.
+A low level error happened when the library tried to read data from the
+command channel socket. The reason is listed.
 
 % CC_READ_EXCEPTION error reading data from command channel (%1)
-We received an exception while trying to read data from command channel socket.
-The reason is listed.
+We received an exception while trying to read data from the command
+channel socket. The reason is listed.
 
 % CC_REPLY replying to message from '%1' with '%2'
-Debug message, noting we're sending a response to original message with given
-envelope.
+Debug message, noting we're sending a response to the original message
+with the given envelope.
 
 % CC_SET_TIMEOUT setting timeout to %1ms
 Debug message. A timeout for which the program is willing to wait for a reply
@@ -105,4 +105,4 @@ channel socket.
 
 % CC_ZERO_LENGTH invalid message length (0)
 The library received a message length being zero, which makes no sense, since
-all messages must contain at last the envelope.
+all messages must contain at least the envelope.
diff --git a/src/lib/cc/tests/Makefile.am b/src/lib/cc/tests/Makefile.am
index ebfd856..4760855 100644
--- a/src/lib/cc/tests/Makefile.am
+++ b/src/lib/cc/tests/Makefile.am
@@ -26,6 +26,7 @@ run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS)
 
 run_unittests_LDADD = $(GTEST_LDADD)
 run_unittests_LDADD +=  $(top_builddir)/src/lib/cc/libcc.la
+run_unittests_LDADD +=  $(top_builddir)/src/lib/log/liblog.la
 run_unittests_LDADD +=  $(top_builddir)/src/lib/util/unittests/libutil_unittests.la
 run_unittests_LDADD +=  $(top_builddir)/src/lib/exceptions/libexceptions.la
 




More information about the bind10-changes mailing list