Skip to content

Commit

Permalink
Better logging if file has not been found
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoBuransky committed May 8, 2015
1 parent ffb6b4e commit 5fb40a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class ScoverageSensor(settings: Settings, pathResolver: PathResolver, fileSystem
fileSystem.inputFiles(p.all()).foreach { inputFile =>
log.debug(inputFile.absolutePath())
}
log.warn(s"File not found in file system! [$pathPredicate]")
log.warn(s"File not found in file system! [$directory, ${fileCoverage.name}]")
}
}
}
Expand Down

0 comments on commit 5fb40a3

Please sign in to comment.