Unverified Commit e27ba3fd authored by tswstarplanet's avatar tswstarplanet Committed by GitHub
Browse files

use logger to print exception (#2151)

parent ebfacbfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ public abstract class AbstractShell {
			try{  
			  entry.getValue().destroy();
		  	} catch (Exception e) {
		  		e.printStackTrace();
		  		logger.error("Destroy All Processes error", e);
		  	}
		  }