You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2004/04/22 03:48:22 UTC

cvs commit: james-server/src/java/org/apache/james/mailrepository AvalonMailRepository.java

noel        2004/04/21 18:48:22

  Modified:    src/java/org/apache/james/mailrepository Tag: branch_2_1_fcs
                        AvalonMailRepository.java
  Log:
  Fix JAMES-269.  Change logging level for messages due to one thread processing cached list while another deletes a locked message it is finished with.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.20.4.14 +1 -1      james-server/src/java/org/apache/james/mailrepository/AvalonMailRepository.java
  
  Index: AvalonMailRepository.java
  ===================================================================
  RCS file: /home/cvs/james-server/src/java/org/apache/james/mailrepository/AvalonMailRepository.java,v
  retrieving revision 1.20.4.13
  retrieving revision 1.20.4.14
  diff -u -r1.20.4.13 -r1.20.4.14
  --- AvalonMailRepository.java	15 Mar 2004 03:54:16 -0000	1.20.4.13
  +++ AvalonMailRepository.java	22 Apr 2004 01:48:22 -0000	1.20.4.14
  @@ -336,7 +336,7 @@
                               .append("Exception retrieving mail: ")
                               .append(re.toString())
                               .append(", so we're deleting it... good riddance!");
  -                getLogger().error(exceptionBuffer.toString());
  +                getLogger().debug(exceptionBuffer.toString());
                   remove(key);
                   return null;
               }
  
  
  

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