fixing Logger usage 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 08d9081..3290ef3 100644 (file)
@@ -77,7 +77,7 @@ public abstract class ScaleManager {
                 }
             }
         } catch(JSONException e) {
-            LOG.error("function=beforeScaleIn, msg=recode current vms JSONException");
+            LOG.error("function=beforeScaleIn, msg=recode current vms JSONException", e);
         }
         return vmList;
     }