[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714509#comment-13714509
 ] 

Sijie Guo commented on BOOKKEEPER-652:
--------------------------------------

+1 for the patch. thanks Rakesh.

committed as r1505185.
                
> Logger class name is wrong in LedgerCacheImpl.java
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-652
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-652
>             Project: Bookkeeper
>          Issue Type: Bug
>          Components: bookkeeper-server
>            Reporter: Rakesh R
>            Assignee: Rakesh R
>            Priority: Trivial
>             Fix For: 4.3.0
>
>         Attachments: 0001-BOOKKEEPER-652.patch
>
>
> In LedgerCacheImpl.java logger class name is given as 'LedgerDescriptor.class'
> {code}
> public class LedgerCacheImpl implements LedgerCache {
>     private final static Logger LOG = 
> LoggerFactory.getLogger(LedgerDescriptor.class);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to