Pārlūkot izejas kodu

Add missing value in FileIndexer debug log

tags/7.7
Benoit pirms 5 gadiem
vecāks
revīzija
548477c99b

+ 1
- 1
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/FileIndexer.java Parādīt failu

@@ -125,7 +125,7 @@ public class FileIndexer {
}

if (ignoreCommand != null && ignoreCommand.isIgnored(realAbsoluteFile)) {
LOG.debug("File '{}' is excluded by the scm ignore settings.");
LOG.debug("File '{}' is excluded by the scm ignore settings.", realAbsoluteFile);
exclusionCounter.increaseByScmCount();
return;
}

Notiek ielāde…
Atcelt
Saglabāt