Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 1208 invoked from network); 4 Apr 2008 18:41:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 18:41:59 -0000 Received: (qmail 12656 invoked by uid 500); 4 Apr 2008 18:41:59 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 12621 invoked by uid 500); 4 Apr 2008 18:41:59 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 12604 invoked by uid 99); 4 Apr 2008 18:41:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 11:41:59 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 18:41:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 85B44234C0BA for ; Fri, 4 Apr 2008 11:39:25 -0700 (PDT) Message-ID: <1095054017.1207334365542.JavaMail.jira@brutus> Date: Fri, 4 Apr 2008 11:39:25 -0700 (PDT) From: "Esteban Franqueiro (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1520) DatabaseFileSistem's logger references the wrong class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DatabaseFileSistem's logger references the wrong class ------------------------------------------------------ Key: JCR-1520 URL: https://issues.apache.org/jira/browse/JCR-1520 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-core Affects Versions: 1.4, 1.5 Reporter: Esteban Franqueiro In DatabaseFileSystem, the logger is constructed as private static Logger log = LoggerFactory.getLogger(DbFileSystem.class); It should be constructed as: private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.