BIND 10 trac1077, updated. 242235d6e7bb4e1893c0ebfc58e7a757dae771f8 [trac1077] Changes to description
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 5 17:26:08 UTC 2011
The branch, trac1077 has been updated
via 242235d6e7bb4e1893c0ebfc58e7a757dae771f8 (commit)
from e39dbc26a1aaecdff6809be620a91d4771e5af9b (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 242235d6e7bb4e1893c0ebfc58e7a757dae771f8
Author: Stephen Morris <stephen at isc.org>
Date: Tue Jul 5 18:25:13 2011 +0100
[trac1077] Changes to description
.cc and .h files regenerated to ensure .cc and .h files are up to
date with the .mes file.
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/log_messages.cc | 2 +-
src/lib/log/log_messages.h | 2 +-
src/lib/log/log_messages.mes | 20 ++++++++++----------
3 files changed, 12 insertions(+), 12 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/log_messages.cc b/src/lib/log/log_messages.cc
index a515959..75e3c4f 100644
--- a/src/lib/log/log_messages.cc
+++ b/src/lib/log/log_messages.cc
@@ -1,4 +1,4 @@
-// File created from log_messages.mes on Wed Jun 22 11:54:57 2011
+// File created from log_messages.mes on Tue Jul 5 18:12:20 2011
#include <cstddef>
#include <log/message_types.h>
diff --git a/src/lib/log/log_messages.h b/src/lib/log/log_messages.h
index 476f686..7d05856 100644
--- a/src/lib/log/log_messages.h
+++ b/src/lib/log/log_messages.h
@@ -1,4 +1,4 @@
-// File created from log_messages.mes on Wed Jun 22 11:54:57 2011
+// File created from log_messages.mes on Tue Jul 5 18:12:20 2011
#ifndef __LOG_MESSAGES_H
#define __LOG_MESSAGES_H
diff --git a/src/lib/log/log_messages.mes b/src/lib/log/log_messages.mes
index 697ac92..f15c769 100644
--- a/src/lib/log/log_messages.mes
+++ b/src/lib/log/log_messages.mes
@@ -28,23 +28,23 @@ destination should be one of "console", "file", or "syslog".
% LOG_BAD_SEVERITY unrecognized log severity: %1
A logger severity value was given that was not recognized. The severity
-should be one of "DEBUG", "INFO", "WARN", "ERROR", or "FATAL".
+should be one of "DEBUG", "INFO", "WARN", "ERROR", "FATAL" or "NONE".
% LOG_BAD_STREAM bad log console output stream: %1
-A log console output stream was given that was not recognized. The output
-stream should be one of "stdout", or "stderr"
+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"
% LOG_DUPLICATE_MESSAGE_ID duplicate message ID (%1) in compiled code
-During start-up, BIND10 detected that the given message identification had
-been defined multiple times in the BIND10 code.
-
-This has no ill-effects other than the possibility that an erronous
-message may be logged. However, as it is indicative of a programming
-error, please log a bug report.
+During start-up, BIND10 detected that the given message identification
+had been defined multiple times in the BIND10 code. This indicates a
+programming error; please log a bug report.
% LOG_DUPLICATE_NAMESPACE line %1: duplicate $NAMESPACE directive found
When reading a message file, more than one $NAMESPACE directive was found.
-Such a condition is regarded as an error and the read will be abandoned.
+(This directive is used to set a C++ namespace when generating header
+files during software development.) Such a condition is regarded as an
+error and the read will be abandoned.
% LOG_INPUT_OPEN_FAIL unable to open message file %1 for input: %2
The program was not able to open the specified input message file for
More information about the bind10-changes
mailing list