Skip to content

Commit

Permalink
Fix typo in connection request error message (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
rausnitz committed Jul 21, 2024
1 parent bfcc9cb commit 15b3fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public final class EventLoopConnectionPool<Source> where Source: ConnectionPoolS
return
}
logger.error("""
Connection request (ID \(waiterId) timed out. This might indicate a connection deadlock in \
Connection request (ID \(waiterId)) timed out. This might indicate a connection deadlock in \
your application. If you have long-running requests, consider increasing your connection timeout.
""")
promise.fail(ConnectionPoolTimeoutError.connectionRequestTimeout)
Expand Down

0 comments on commit 15b3fb7

Please sign in to comment.