Skip to content

Commit

Permalink
Add debug log: file being analyzed
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Dec 30, 2016
1 parent 405adfd commit 49223cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public void execute(SensorContext sensorContext) {
boolean success = false;
try {
for (InputFile inputFile : fileSystem.inputFiles(mainFilePredicate)) {
LOG.debug("Analyzing " + inputFile.absolutePath() + "...");
issues.addAll(analyzeFile(sensorContext, inputFile, treeVisitors));
progressReport.nextFile();
}
Expand Down

0 comments on commit 49223cb

Please sign in to comment.