[ https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Esteban Franqueiro resolved JCR-1520. ------------------------------------- Resolution: Fixed Fix Version/s: 1.5 Resolved as suggested in revision #672286. > DatabaseFileSystem'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 > Fix For: 1.5 > > Attachments: JCR-1520.patch > > > 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.