Skip to content

Commit 503f2da

Browse files
sebstoCopilot
andauthored
Update Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
Co-authored-by: Copilot <[email protected]>
1 parent 54744c5 commit 503f2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ internal struct LambdaHTTPServer {
420420
}
421421
}
422422
} catch let error as LambdaHTTPServer.Pool<LambdaHTTPServer.LocalServerResponse>.PoolError {
423-
logger.trace("PoolError catched")
423+
logger.trace("PoolError caught")
424424
// detect concurrent invocations of POST and gently decline the requests while we're processing one.
425425
let response = LocalServerResponse(
426426
id: requestId,

0 commit comments

Comments
 (0)