MLRUItemStateCache Logging

2007-03-25 Thread KÖLL Claus
i think in the method cache(ItemState state) of the MLRUItemStateCache there should be a log.debug instead the log.info call .. if (numWrites++%1 == 0 && log.isDebugEnabled()) { log.info(this + " size=" + cache.size() + ", " + totalMem + "/" + maxMem); //better //log.debug(this + " size=" + ca

Re: svn commit: r522174 - in /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit: LICENSE.txt NOTICE.txt

2007-03-25 Thread Roy T. Fielding
On Mar 25, 2007, at 1:14 AM, Jukka Zitting wrote: On 3/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Log: Removed the LICENSE.txt and NOTICE.txt files from the source tree. These files are located in the project base directory and automatically included in the jar artifacts by extra Maven

Re: svn commit: r522174 - in /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit: LICENSE.txt NOTICE.txt

2007-03-25 Thread Jukka Zitting
Hi, On 3/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Log: Removed the LICENSE.txt and NOTICE.txt files from the source tree. These files are located in the project base directory and automatically included in the jar artifacts by extra Maven rules. Removed: jackrabbit/trunk/jackrab