From: JINMEI Tatuya Date: Fri, 26 Oct 2012 16:14:10 +0000 (-0700) Subject: [2212] wording updates to BUILDER_COMMAND_ERROR description X-Git-Tag: trac2487_base~23^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4850b8e75f2d8fd4924b5060cbf3c4458d3513d;p=thirdparty%2Fkea.git [2212] wording updates to BUILDER_COMMAND_ERROR description --- diff --git a/src/bin/auth/auth_messages.mes b/src/bin/auth/auth_messages.mes index 7eab98a658..163b6ba4ad 100644 --- a/src/bin/auth/auth_messages.mes +++ b/src/bin/auth/auth_messages.mes @@ -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