User: starksm 
  Date: 01/12/08 16:55:21

  Modified:    src/main/org/jboss/security/auth/spi Tag: Branch_2_4
                        AbstractServerLoginModule.java
  Log:
  Update org.jboss.security.Logger to be in synch with the 3.0
  org.jboss.system.BootstrapLogger version and update the Logger users.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.2   +2 -2      
jbosssx/src/main/org/jboss/security/auth/spi/AbstractServerLoginModule.java
  
  Index: AbstractServerLoginModule.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosssx/src/main/org/jboss/security/auth/spi/AbstractServerLoginModule.java,v
  retrieving revision 1.1.4.1
  retrieving revision 1.1.4.2
  diff -u -r1.1.4.1 -r1.1.4.2
  --- AbstractServerLoginModule.java    2001/10/19 23:50:08     1.1.4.1
  +++ AbstractServerLoginModule.java    2001/12/09 00:55:21     1.1.4.2
  @@ -43,7 +43,7 @@
    
    @author <a href="[EMAIL PROTECTED]">Edward Kenworthy</a>, 12th Dec 
2000
    @author [EMAIL PROTECTED]
  - @version $Revision: 1.1.4.1 $
  + @version $Revision: 1.1.4.2 $
    */
   public abstract class AbstractServerLoginModule implements LoginModule
   {
  @@ -72,7 +72,7 @@
         this.callbackHandler = callbackHandler;
         this.sharedState = sharedState;
         this.options = options;
  -      log = Logger.getInstance(getClass());
  +      log = Logger.getLogger(getClass());
         log.trace("initialize");
           /* Check for password sharing options. Any non-null value for
               password_stacking sets useFirstPass as this module has no way to
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to