Browse Source

[trac1077] Minor changes to message text after review

The .h and .cc files have been updated to keep the creation dates
in them in step with the change to the message file.
Stephen Morris 14 years ago
parent
commit
dd356abbe8
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/lib/log/log_messages.cc
  2. 1 1
      src/lib/log/log_messages.h
  3. 1 1
      src/lib/log/log_messages.mes

+ 1 - 1
src/lib/log/log_messages.cc

@@ -1,4 +1,4 @@
-// File created from log_messages.mes on Tue Jul  5 18:12:20 2011
+// File created from log_messages.mes on Thu Jul  7 15:32:06 2011
 
 #include <cstddef>
 #include <log/message_types.h>

+ 1 - 1
src/lib/log/log_messages.h

@@ -1,4 +1,4 @@
-// File created from log_messages.mes on Tue Jul  5 18:12:20 2011
+// File created from log_messages.mes on Thu Jul  7 15:32:06 2011
 
 #ifndef __LOG_MESSAGES_H
 #define __LOG_MESSAGES_H

+ 1 - 1
src/lib/log/log_messages.mes

@@ -38,7 +38,7 @@ Allowed values are "stdout" and "stderr".
 % LOG_DUPLICATE_MESSAGE_ID duplicate message ID (%1) in compiled code
 During start-up, BIND 10 detected that the given message identification
 had been defined multiple times in the BIND 10 code.  This indicates a
-programming error; please log a bug report.
+programming error; please submit a bug report.
 
 % LOG_DUPLICATE_NAMESPACE line %1: duplicate $NAMESPACE directive found
 When reading a message file, more than one $NAMESPACE directive was found.