diff --git a/Sources/SwiftSourceKitPlugin/Plugin.swift b/Sources/SwiftSourceKitPlugin/Plugin.swift index 58b2b7647..d1ee9dbc3 100644 --- a/Sources/SwiftSourceKitPlugin/Plugin.swift +++ b/Sources/SwiftSourceKitPlugin/Plugin.swift @@ -58,7 +58,7 @@ final class RequestHandler: Sendable { func produceResult( body: @escaping @Sendable () async throws -> SKDResponseDictionaryBuilder ) -> HandleRequestResult { - withLoggingScope("request-\(handle?.numericValue ?? 0 % 100)") { + withLoggingScope("request-\((handle?.numericValue ?? 0) % 100)") { let start = Date() logger.debug( """