Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
骏烈 committed Nov 28, 2017
1 parent 84e5982 commit 35410be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AliPmdInspectionInvoker(
val processor = AliPmdProcessor(rule)
val start = System.currentTimeMillis()
violations = processor.processFile(psiFile)
logger.info("elapsed ${System.currentTimeMillis() - start}ms to" +
logger.debug("elapsed ${System.currentTimeMillis() - start}ms to" +
" to apply rule ${rule.name} for file ${psiFile.virtualFile.canonicalPath}")
}

Expand Down

0 comments on commit 35410be

Please sign in to comment.