Skip to content

Commit 403f88e

Browse files
authored
Merge pull request #1921 from ahoppen/double-options-logging
Avoid logging options for a workspace twice
2 parents b1f7e81 + 760be31 commit 403f88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/SourceKitLSPServer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ extension SourceKitLSPServer {
835835
.appendingPathComponent("config.json")
836836
)
837837
)
838-
logger.log("Creating workspace at \(workspaceFolder.forLogging) with options: \(options.forLogging)")
838+
logger.log("Creating workspace at \(workspaceFolder.forLogging)")
839839
logger.logFullObjectInMultipleLogMessages(header: "Options for workspace", options.loggingProxy)
840840

841841
let workspace = await Workspace(

0 commit comments

Comments
 (0)