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 / Node.java
index 28c9b3477d0f2c7f303e6e391da924b3fed016a3..2dad54ff9145734c7f08a68470ba7d1018bd8078 100644 (file)
@@ -58,7 +58,7 @@ abstract public class Node {
             } catch (Exception e) {
                 log.error("Error while execute [{}].", command, name, nodeType);
                 // TODO Auto-generated catch block
-                log.error(e);
+                log.error("Exception:",e);
             }
         }
     }