You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/12 00:20:34 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher DaemonLauncher.java

donaldp     2002/09/11 15:20:33

  Modified:    src/java/org/apache/avalon/phoenix/launcher Tag:
                        RELEASE_402-branch DaemonLauncher.java
  Log:
  Remove thread dump which was debugging output
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.1  +0 -1      jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher/DaemonLauncher.java
  
  Index: DaemonLauncher.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher/DaemonLauncher.java,v
  retrieving revision 1.13
  retrieving revision 1.13.2.1
  diff -u -r1.13 -r1.13.2.1
  --- DaemonLauncher.java	6 Aug 2002 11:57:41 -0000	1.13
  +++ DaemonLauncher.java	11 Sep 2002 22:20:33 -0000	1.13.2.1
  @@ -127,7 +127,6 @@
           }
           else
           {
  -            Thread.dumpStack();
               final String command = (null != arg) ? arg.toString() : "";
               if( command.equals( "restart" ) )
               {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>