From: Stephen Morris Date: Tue, 5 Jul 2011 17:25:13 +0000 (+0100) Subject: [trac1077] Changes to description X-Git-Tag: perftcpdns_before_epoll~263^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242235d6e7bb4e1893c0ebfc58e7a757dae771f8;p=thirdparty%2Fkea.git [trac1077] Changes to description .cc and .h files regenerated to ensure .cc and .h files are up to date with the .mes file. --- diff --git a/src/lib/log/log_messages.cc b/src/lib/log/log_messages.cc index a515959769..75e3c4f951 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 #include diff --git a/src/lib/log/log_messages.h b/src/lib/log/log_messages.h index 476f68601b..7d05856230 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 697ac924ef..f15c7697e0 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