diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/logging/CrudServiceMsgs.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/logging/CrudServiceMsgs.properties b/src/main/resources/logging/CrudServiceMsgs.properties index 165b892..5ae6ca6 100644 --- a/src/main/resources/logging/CrudServiceMsgs.properties +++ b/src/main/resources/logging/CrudServiceMsgs.properties @@ -78,4 +78,7 @@ ASYNC_RESPONSE_CONSUMER_INFO=\ AsyncResponseConsumer: {0} ASYNC_RESPONSE_CONSUMER_ERROR=\ CRD0514E|\ - AsyncResponseConsumer Error: {0}
\ No newline at end of file + AsyncResponseConsumer Error: {0} +SCHEMA_INGEST_LOAD_ERROR=\ + CRD0900E|\ + Unable to load schema ingest properties file due to : {0}
\ No newline at end of file |