[SDC-29] rebase continue work to align source
[sdc.git] / common / openecomp-sdc-artifact-generator-lib / openecomp-sdc-artifact-generator-core / src / main / java / org / openecomp / sdc / generator / aai / AaiArtifactGenerator.java
index 552e11e..c8e7be5 100644 (file)
@@ -554,6 +554,7 @@ public class AaiArtifactGenerator implements ArtifactGenerator {
     ToscaTemplate tosca = null;
     if (checksum.equalsIgnoreCase(input.getChecksum())) {
       try {
+        log.debug("Input yaml name " + input.getName() + "payload " + new String(decodedInput));
         tosca = GeneratorUtil.translateTosca(new String(decodedInput), ToscaTemplate.class);
         tosca.getMetadata().put("version", serviceVersion);
         return tosca;