Skip to content

Commit e7591c7

Browse files
author
David Ungar
committed
printing
1 parent e1874cf commit e7591c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ extension ModuleDependencyGraph {
313313
fed.incrementalDependencySource?
314314
.read(in: info.fileSystem, reporter: info.reporter)
315315
.map { unserializedDepGraph in
316-
info.reporter?.report("Integrating changes from", fed.externalDependency.file)
316+
info.reporter?.report("Integrating changes from: \(fed.externalDependency)")
317317
return Integrator.integrate(
318318
from: unserializedDepGraph,
319319
into: self,

0 commit comments

Comments
 (0)