diff options
author | da490c <dave.adams@amdocs.com> | 2018-08-24 00:32:30 -0400 |
---|---|---|
committer | da490c <dave.adams@amdocs.com> | 2018-08-24 00:34:45 -0400 |
commit | f9d3379dfa2b0d67aef0ba4937018d6c6023a77e (patch) | |
tree | 05930bf43b1f5f62f94f9ec41a7956ffc1c9a143 /sparkybe-onap-service/src/main/resources/logging/AAIUIMsgs.properties | |
parent | 3f9bce9e9d5c7f779a20d289811a88babfbda3cf (diff) |
AAI-1518 - fix gizmo graph visualization
Fix corrupted sparky logging templates and gizmo visualization context
logic resulting in graph build failures.
Issue-ID: AAI-1518
Change-Id: I0663a3b5cd73bd2e21e5c7ae5a2824b77b132203
Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'sparkybe-onap-service/src/main/resources/logging/AAIUIMsgs.properties')
-rw-r--r-- | sparkybe-onap-service/src/main/resources/logging/AAIUIMsgs.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sparkybe-onap-service/src/main/resources/logging/AAIUIMsgs.properties b/sparkybe-onap-service/src/main/resources/logging/AAIUIMsgs.properties index a3fb16c..94196e2 100644 --- a/sparkybe-onap-service/src/main/resources/logging/AAIUIMsgs.properties +++ b/sparkybe-onap-service/src/main/resources/logging/AAIUIMsgs.properties @@ -434,7 +434,7 @@ ES_ABORT_CROSS_ENTITY_REF_SYNC=\ Error extracting {0} from response, aborting cross entity ref sync of {1}. Error : {2} MISSING_ENTITY_DESCRIPTOR=\ - AAIUI30030E + AAIUI30030E|\ Missing entity descriptor for type : {0} SELF_LINK_GET=\ @@ -462,7 +462,7 @@ ERROR_GENERIC=\ {0} ERROR_PROCESSING_REQUEST=\ - AAIUI30037E\ + AAIUI30037E|\ Failure to process request with error: {1} ERROR_CSP_CONFIG_FILE=\ @@ -754,11 +754,11 @@ FAILED_TO_PROCESS_NODE_INTEGRITY=\ Failed to process node integrity: {0} FAILURE_TO_PROCESS_REQUEST=\ - AAIUI300111E\ + AAIUI300111E|\ Failure to process request. {0} FAILED_TO_DETERMINE=\ - AAIUI300112E\ + AAIUI300112E|\ Failed to determine {0} FAILED_TO_ANALYZE=\ |