From 0f03ce7eea220df68d84a7f0f088a38ebb088039 Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Wed, 27 Jun 2018 15:01:55 -0400 Subject: Move common code to router-core from DR Change-Id: I5c13ca2b4173db02c0678dfbc0b4a8b168a570f8 Issue-ID: AAI-1339 Signed-off-by: Daniel Silverthorn --- src/main/resources/logging/DataRouterMsgs.properties | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/main/resources/logging/DataRouterMsgs.properties') diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties index d922a7f..3194f5e 100644 --- a/src/main/resources/logging/DataRouterMsgs.properties +++ b/src/main/resources/logging/DataRouterMsgs.properties @@ -95,11 +95,7 @@ ROUTING_RESPONSE=\ OP_TIME=\ DR0013I|\ - {0} took {1} ms. - -LOADED_OXM_FILE=\ - DR0014I|\ - Successfully loaded schema: {0} + {0} took {1} ms. STARTUP_FAILURE=\ DR2001E|\ @@ -115,11 +111,11 @@ QUERY_ROUTING_ERR=\ LOAD_PROPERTIES_FAILURE=\ DR3001E|\ - File {0} cannot be loaded into the map. + File {0} cannot be loaded into the map. FILE_MON_BLOCK_ERR=\ DR3002E|\ - Error in the file monitor block. + Error in the file monitor block. CREATE_PROPERTY_MAP_ERR=\ DR3003E|\ @@ -171,7 +167,3 @@ FAIL_TO_CREATE_UPDATE_DOC=\ LOAD_OXM_ERROR=\ DR5000E|\ Unable to load Oxm model: {0}\ - -SCHEMA_INGEST_LOAD_ERROR=\ - DR5001E|\ - Unable to load schema ingest properties file due to : {0} -- cgit 1.2.3-korg