You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Chetan Mehrotra <ch...@gmail.com> on 2015/04/20 08:48:51 UTC

Re: svn commit: r1674107 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeEditorProvider.java

On Thu, Apr 16, 2015 at 9:49 PM,  <re...@apache.org> wrote:
> +                LOG.info("Node type changes: " + modifiedTypes + "; repository scan took " + (System.currentTimeMillis() - start)
> +                        + "ms" + (exception == null ? "" : "; failed with " + exception.getMessage()));

It would be better to make use of PerfLogger here


Chetan Mehrotra