Browse Source

[trac758] lowercase two messages

Jelte Jansen 14 years ago
parent
commit
348387b8fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/bind10/bind10_messages.mes

+ 2 - 2
src/bin/bind10/bind10_messages.mes

@@ -56,7 +56,7 @@ While listening on the message bus channel for messages, it suddenly
 disappeared. The msgq daemon may have died. This might lead to an
 inconsistend state of the system, and BIND 10 will now shut down.
 
-% BIND10_PROCESS_ENDED_NO_EXIT_STATUS Process %1 (PID %2) died: exit status not available
+% BIND10_PROCESS_ENDED_NO_EXIT_STATUS process %1 (PID %2) died: exit status not available
 The given process ended unexpectedly, but no exit status is
 available. Depending on which module it was, it may simply be
 restarted, or it may be a problem that will cause the boss module to
@@ -65,7 +65,7 @@ which, if it has died suddenly, may leave the system in an
 inconsistent state. BIND10 will also shut down now if it has been run
 with --brittle.
 
-% BIND10_PROCESS_ENDED_WITH_EXIT_STATUS Process %1 (PID %2) terminated, exit status = %3
+% BIND10_PROCESS_ENDED_WITH_EXIT_STATUS process %1 (PID %2) terminated, exit status = %3
 The given process ended unexpectedly with the given exit status.
 Depending on which module it was, it may simply be restarted, or it
 may be a problem that will cause the boss module to shut down too.