[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java/net/tinyos/packet PhoenixSource.java, 1.1.2.1, 1.1.2.2

David Gay idgay at users.sourceforge.net
Tue Jun 13 09:23:59 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20658

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	PhoenixSource.java 
Log Message:
remove stack traces that crept in



Index: PhoenixSource.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet/Attic/PhoenixSource.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** PhoenixSource.java	23 May 2005 22:11:49 -0000	1.1.2.1
--- PhoenixSource.java	13 Jun 2006 16:23:57 -0000	1.1.2.2
***************
*** 170,174 ****
  	    }
  	    catch (IOException e) {
- 		e.printStackTrace();
  		stopped();
  		if (phoenixLike)
--- 170,173 ----
***************
*** 202,206 ****
  		public void error(IOException e) {
  		    message(source.getName() + " died - restarting");
- 		    e.printStackTrace();
  		    try {
  			sleep(2000);
--- 201,204 ----
***************
*** 214,218 ****
      public void error(IOException e) {
  	String msg = source.getName() + " died - exiting (" + e + ")";
- 	e.printStackTrace();
  	if (messages != null) {
  	    message(msg);
--- 212,215 ----



More information about the Tinyos-2-commits mailing list