Merge "fixing Critical Sonar Issue"
[vfc/nfvo/driver/vnfm/svnfm.git] / 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);
         }
     }