Bug:4995 vAdd molude: nemo-tools and remove the depency of cliche repositoty.
[nemo.git] / nemo-tools / sandbox / src / main / java / org / opendaylight / nemo / tool / sandbox / models / VirtualMachine.java
index 1f74de621fb813033d0edf6a4c554eeb2b852534..d5a898e62adfb4de64827b0b852f7b930b14f2bc 100644 (file)
@@ -12,7 +12,8 @@ import org.opendaylight.nemo.tool.sandbox.CmdExecutor;
 
 import java.util.ArrayList;
 import java.util.List;
-
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 /**
  * Created by hj on 12/8/15.
  */
@@ -41,7 +42,7 @@ public class VirtualMachine extends Host {
             CmdExecutor.sshExecute("ip netns del " + getName());
         } catch (Exception e) {
             // TODO Auto-generated catch block
-            log.error(e);
+            log.error("Exception:",e);
         }
     }
 }