Bug 5077: Codes break the security rules
[nemo.git] / nemo-tools / sandbox / src / main / java / org / opendaylight / nemo / tool / sandbox / models / Node.java
index 174935404803cabd7a9448d8a16a51e8883c40ab..28c9b3477d0f2c7f303e6e391da924b3fed016a3 100644 (file)
@@ -57,7 +57,8 @@ abstract public class Node {
                 CmdExecutor.sshExecute(command);
             } catch (Exception e) {
                 log.error("Error while execute [{}].", command, name, nodeType);
-                e.printStackTrace();
+                // TODO Auto-generated catch block
+                log.error(e);
             }
         }
     }