From 63c0d52f2e32cf2c19864e87ed0038c47bf90040 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 8 Jun 2018 10:55:10 -0400 Subject: 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 --- .../resources/org/onap/policy/common/logging/eelf/Resources.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common-logging') 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|\ -- cgit 1.2.3-korg