diff options
author | Jim Hahn <jrh3@att.com> | 2018-06-08 10:55:10 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-06-08 10:55:10 -0400 |
commit | 63c0d52f2e32cf2c19864e87ed0038c47bf90040 (patch) | |
tree | 8925e500ba5b90a3333980c914a88ab911b6269f /common-logging/src | |
parent | fc6d9f477a3dd7779e63501d10803e1819a109f1 (diff) |
Fix entry in logging message catalog
Replaced hyphen with underscore in a resource id in the message
catalog.
Change-Id: I3734d87361a3a58f92db48a8c22b40e5eadead42
Issue-ID: POLICY-785
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'common-logging/src')
-rw-r--r-- | common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties b/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties index b344fac1..47480d01 100644 --- a/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties +++ b/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties @@ -167,7 +167,7 @@ ERROR_PROCESS_FLOW=\ Please check other logs for more information|\ error caught during server management -ERROR_SCHEMA-INVALID=\ +ERROR_SCHEMA_INVALID=\ POLICY-400E|\ ERROR: {0}|\ Please check other logs for more information|\ |