Cosmetics

This commit is contained in:
Marcel Kronfeld 2009-11-23 12:18:42 +00:00
parent 2dadd447f5
commit d55016e36e

View File

@ -168,7 +168,7 @@ public class Processor extends Thread implements InterfaceProcessor, InterfacePo
setPriority(1); setPriority(1);
} }
} catch (Exception e) { } catch (Exception e) {
String errMsg = e.getMessage(); String errMsg = e.toString();
if ((errMsg == null) || (errMsg.length() == 0)) errMsg="check console output for error messages."; if ((errMsg == null) || (errMsg.length() == 0)) errMsg="check console output for error messages.";
errMsg = "Exception in Processor: "+errMsg; errMsg = "Exception in Processor: "+errMsg;
System.err.println(errMsg); System.err.println(errMsg);