Skip to content

Commit 718bcb5

Browse files
committed
more logging
1 parent 62c5778 commit 718bcb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SWBCore/ToolchainRegistry.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public final class Toolchain: Hashable, Sendable {
9797
paths: librarySearchPaths,
9898
fs: fs
9999
)
100+
print("toolchain: \(self)")
100101
}
101102

102103
convenience init(_ path: Path, operatingSystem: OperatingSystem, fs: any FSProxy, pluginManager: PluginManager) async throws {

0 commit comments

Comments
 (0)