BIND 10 trac1077, updated. 846493567722add45db6e7296d570f8ecf99837e [trac1077] typo and punctuation fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 6 12:59:15 UTC 2011
The branch, trac1077 has been updated
via 846493567722add45db6e7296d570f8ecf99837e (commit)
from 242235d6e7bb4e1893c0ebfc58e7a757dae771f8 (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 846493567722add45db6e7296d570f8ecf99837e
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Jul 6 07:59:02 2011 -0500
[trac1077] typo and punctuation fix
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/log_messages.mes | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/log_messages.mes b/src/lib/log/log_messages.mes
index f15c769..b88d563 100644
--- a/src/lib/log/log_messages.mes
+++ b/src/lib/log/log_messages.mes
@@ -33,7 +33,7 @@ should be one of "DEBUG", "INFO", "WARN", "ERROR", "FATAL" or "NONE".
% LOG_BAD_STREAM bad log console output stream: %1
Logging has been configured so that output is written to the terminal
(console) but the stream on which it is to be written is not recognised.
-Allowed values are "stdout" and "stderr"
+Allowed values are "stdout" and "stderr".
% LOG_DUPLICATE_MESSAGE_ID duplicate message ID (%1) in compiled code
During start-up, BIND10 detected that the given message identification
@@ -123,7 +123,7 @@ a prefix to be added to the symbol names when a C++ file is created.
As such, it must adhere to restrictions on C++ symbol names (e.g. may
only contain alphanumeric characters or underscores, and may nor start
with a digit). A $PREFIX directive was found with an argument (given
-in the message) that violates those restictions.
+in the message) that violates those restrictions.
Note: the $PREFIX directive is deprecated and will be removed in a future
version of BIND10.
More information about the bind10-changes
mailing list