summaryrefslogtreecommitdiffstats
path: root/src/lib/config
diff options
context:
space:
mode:
authorStephen Morris <stephen@isc.org>2011-06-24 10:41:50 +0200
committerStephen Morris <stephen@isc.org>2011-06-24 10:41:50 +0200
commit89324744df3f73de1beaefb9420aeab5f9ff7824 (patch)
treec7a286ca7ac73cd8415ebe9003a49700ffd7b97b /src/lib/config
parent[trac1036] Rename message file to config_messages.mes (diff)
downloadkea-89324744df3f73de1beaefb9420aeab5f9ff7824.tar.xz
kea-89324744df3f73de1beaefb9420aeab5f9ff7824.zip
[trac1036] Get rid of $PREFIX from message file
Diffstat (limited to 'src/lib/config')
-rw-r--r--src/lib/config/config_messages.mes15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/lib/config/config_messages.mes b/src/lib/config/config_messages.mes
index be39073938..0213d54854 100644
--- a/src/lib/config/config_messages.mes
+++ b/src/lib/config/config_messages.mes
@@ -12,44 +12,43 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-$PREFIX CONFIG_
$NAMESPACE isc::config
-% FOPEN_ERR error opening %1: %2
+% CONFIG_FOPEN_ERR error opening %1: %2
There was an error opening the given file.
-% JSON_PARSE JSON parse error in %1: %2
+% CONFIG_JSON_PARSE JSON parse error in %1: %2
There was a parse error in the JSON file. The given file does not appear
to be in valid JSON format. Please verify that the filename is correct
and that the contents are valid JSON.
-% MODULE_SPEC module specification error in %1: %2
+% CONFIG_MODULE_SPEC module specification error in %1: %2
The given file does not appear to be a valid specification file. Please
verify that the filename is correct and that its contents are a valid
BIND10 module specification.
-% MANAGER_MOD_SPEC module specification not accepted by cfgmgr: %1
+% CONFIG_MANAGER_MOD_SPEC module specification not accepted by cfgmgr: %1
The module specification file for this module was rejected by the
configuration manager. The full error message answer from the
configuration manager is appended to the log error. The most likely
cause is that the module is of a different (specification file) version
than the running configuration manager.
-% MANAGER_CONFIG error getting configuration from cfgmgr: %1
+% CONFIG_MANAGER_CONFIG error getting configuration from cfgmgr: %1
The configuration manager returned an error when this module requested
the configuration. The full error message answer from the configuration
manager is appended to the log error. The most likely cause is that
the module is of a different (command specification) version than the
running configuration manager.
-% CCSESSION_MSG error in CC session message: %1
+% CONFIG_CCSESSION_MSG error in CC session message: %1
There was a problem with an incoming message on the command and control
channel. The message does not appear to be a valid command, and is
missing a required element or contains an unknown data format. This
most likely means that another BIND10 module is sending a bad message.
The message itself is ignored by this module.
-% CCSESSION_MSG_INTERNAL error handling CC session message: %1
+% CONFIG_CCSESSION_MSG_INTERNAL error handling CC session message: %1
There was an internal problem handling an incoming message on the
command and control channel. An unexpected exception was thrown. This
most likely points to an internal inconsistency in the module code. The