ozeigermann    2004/10/30 01:24:38

  Modified:    src/share/org/apache/slide/security SecurityImpl.java
  Log:
  Logged right exception (still crappy to log it this way)
  
  Revision  Changes    Path
  1.57      +5 -5      
jakarta-slide/src/share/org/apache/slide/security/SecurityImpl.java
  
  Index: SecurityImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/security/SecurityImpl.java,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- SecurityImpl.java 27 Oct 2004 08:28:59 -0000      1.56
  +++ SecurityImpl.java 30 Oct 2004 08:24:38 -0000      1.57
  @@ -1061,7 +1061,7 @@
                       throw new ObjectNotFoundException(subjectUri);
                   } catch (ObjectAlreadyExistsException ex) {
                       // Should never happen
  -                    e.printStackTrace();
  +                    ex.printStackTrace();
                       throw new ObjectNotFoundException(subjectUri);
                   }
                   return subjectUri.getStore().retrieveObject(subjectUri);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to