Fix Critical Bug - print array content correctly 04/93004/1
authorLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Wed, 7 Aug 2019 13:39:20 +0000 (15:39 +0200)
committerLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Wed, 7 Aug 2019 13:39:20 +0000 (15:39 +0200)
Change-Id: I525c2f3d2731a38183de108d4674d9dcef43bcb7
Issue-ID: SO-2187
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
bpmn/so-bpmn-infrastructure-common/src/main/java/org/onap/so/bpmn/infrastructure/workflow/service/ServicePluginFactory.java

index 1516f28..1abe1cc 100644 (file)
@@ -434,7 +434,7 @@ public class ServicePluginFactory {
                 }
             }
 
-            logger.error("There is no matching logical link for allowed list :" + allowedList.toString());
+            logger.error("There is no matching logical link for allowed list :" + Arrays.toString(allowedList));
             return null;
         } else {
             logger.info("link customization is not required");