You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Esteban Franqueiro <es...@bea.com> on 2008/04/03 17:38:22 UTC

DatabaseFileSistem has an incorrectly referenced logger?

In DatabaseFileSystem, the logger is constructed as
private static Logger log = LoggerFactory.getLogger(DbFileSystem.class);
Shouldn't this be
private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class);
?
Regards,

Esteban Franqueiro
esteban.franqueiro@bea.com

Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

Re: DatabaseFileSistem has an incorrectly referenced logger?

Posted by Stefan Guggisberg <st...@gmail.com>.
On Thu, Apr 3, 2008 at 5:38 PM, Esteban Franqueiro
<es...@bea.com> wrote:
> In DatabaseFileSystem, the logger is constructed as
>  private static Logger log = LoggerFactory.getLogger(DbFileSystem.class);
>  Shouldn't this be
>  private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class);
>  ?

absolutely correct, seems to be an oversight from some refactoring.
could you please fix it? ;)

cheers
stefan

>  Regards,
>
>  Esteban Franqueiro
>  esteban.franqueiro@bea.com
>
>  Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
>