]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac1077] Changes to description
authorStephen Morris <stephen@isc.org>
Tue, 5 Jul 2011 17:25:13 +0000 (18:25 +0100)
committerStephen Morris <stephen@isc.org>
Tue, 5 Jul 2011 17:25:13 +0000 (18:25 +0100)
.cc and .h files regenerated to ensure .cc and .h files are up to
date with the .mes file.

src/lib/log/log_messages.cc
src/lib/log/log_messages.h
src/lib/log/log_messages.mes

index a515959769f557c4d1d7eb5557b25bd80086f0aa..75e3c4f95104a42c47d523e1a3bcadbb505521b5 100644 (file)
@@ -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>
index 476f68601bb5821406acbced9838504180f426d9..7d05856230c9b42846811216df8a2b443d91d389 100644 (file)
@@ -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
index 697ac924efe6a38f866c125e9fc306aabf4a81cc..f15c7697e0bf06f92ededfb6a0d1692eb6944f16 100644 (file)
@@ -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