Skip to content

Commit c31eb58

Browse files
committed
Whoops
1 parent 313eb1a commit c31eb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ class AffectedModuleDetectorImpl(
658658

659659
private fun findContainingProject(filePath: String): ProjectPath? {
660660
return projectGraph.findContainingProject(filePath, logger).also {
661-
logger?.info("search result for $filePath resulted in $it")
661+
logger?.info("search result for $filePath resulted in ${it?.path}")
662662
}
663663
}
664664
}

0 commit comments

Comments
 (0)