]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2212] wording updates to BUILDER_COMMAND_ERROR description
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 26 Oct 2012 16:14:10 +0000 (09:14 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 26 Oct 2012 16:14:10 +0000 (09:14 -0700)
src/bin/auth/auth_messages.mes

index 7eab98a658653cdf226c136fc948f0ec32778487..163b6ba4ad7550845a2b2bc47062b9dffb0b1e1c 100644 (file)
@@ -62,13 +62,13 @@ A debug message, showing when the separate thread for maintaining data
 source clients receives a command from the manager.
 
 % AUTH_DATASRC_CLIENTS_BUILDER_COMMAND_ERROR command execution failure: %1
-The separate thread for maintaining data source clients failed to complete
-a comment given by the main thread.  In most cases this is some kind of
-configuration or temporary errors such as an attempt of non existent zone
-or temporary DB connection failure.  So the event is just logged and the
-thread keeps running.  In some rare cases, however, this may indicate
-an internal bug and it may be better to restart the entire program.
-So the log message should be carefully examined.
+The separate thread for maintaining data source clients failed to complete a
+command given by the main thread.  In most cases this is some kind of
+configuration or temporary error such as an attempt to load a non-existent
+zone or a temporary DB connection failure.  So the event is just logged and
+the thread keeps running.  In some rare cases, however, this may indicate an
+internal bug and it may be better to restart the entire program, so the log
+message should be carefully examined.
 
 % AUTH_DATASRC_CLIENTS_BUILDER_FAILED data source builder thread stopped due to an exception: %1
 The separate thread for maintaining data source clients has been