Merge "fixing Critical Sonar Issue"
authorGao Weitao <victor.gao@huawei.com>
Fri, 24 Aug 2018 07:16:39 +0000 (07:16 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 24 Aug 2018 07:16:39 +0000 (07:16 +0000)
huawei/vnfmadapter/VnfmadapterService/service/src/main/java/org/onap/vfc/nfvo/vnfm/svnfm/vnfmadapter/service/csm/vnf/ScaleManager.java

index e92da07..08d9081 100644 (file)
@@ -56,7 +56,7 @@ public abstract class ScaleManager {
             JSONArray vms = queryVms.getJSONObject("data").getJSONArray("vms");
             writeVmIdsToFile(vnfId, vms);
         } catch(JSONException e) {
-            LOG.error("function=beforeScaleOut, msg=recode current vms JSONException");
+            LOG.error("function=beforeScaleOut, msg=recode current vms JSONException", e);
         }
     }