You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by in...@apache.org on 2001/03/08 18:16:45 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions JLoginUser.java

ingo        01/03/08 09:16:43

  Modified:    src/java/org/apache/jetspeed/modules/actions JLoginUser.java
  Log:
  [fix] use logger instead of System.out
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/JLoginUser.java
  
  Index: JLoginUser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/JLoginUser.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JLoginUser.java	2001/03/07 06:43:36	1.7
  +++ JLoginUser.java	2001/03/08 17:16:35	1.8
  @@ -227,7 +227,7 @@
           ActionLoader.getInstance().exec(data, "LoginUser");
           
           // check for being confirmed before allowing someone to finish logging in
  -        System.err.println("User hasLoggedIn1: " + data.getUser().hasLoggedIn() );
  +        Log.note("User hasLoggedIn1: " + data.getUser().hasLoggedIn() );
           if ( data.getUser().hasLoggedIn() )
           {
               // get a connection to the db
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org