We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313eb1a commit c31eb58Copy full SHA for c31eb58
affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetector.kt
@@ -658,7 +658,7 @@ class AffectedModuleDetectorImpl(
658
659
private fun findContainingProject(filePath: String): ProjectPath? {
660
return projectGraph.findContainingProject(filePath, logger).also {
661
- logger?.info("search result for $filePath resulted in $it")
+ logger?.info("search result for $filePath resulted in ${it?.path}")
662
}
663
664
0 commit comments