Skip to content

Commit cff1ffb

Browse files
authored
fix error (#211)
Signed-off-by: zunda <[email protected]>
1 parent 1f9ce17 commit cff1ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Valkey/Connection/ValkeyConnection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public final actor ValkeyConnection: ValkeyClientProtocol, Sendable {
238238
bootstrap = tsBootstrap
239239
} else {
240240
#if os(iOS) || os(tvOS)
241-
self.logger.warning(
241+
logger.warning(
242242
"Running BSD sockets on iOS or tvOS is not recommended. Please use NIOTSEventLoopGroup, to run with the Network framework"
243243
)
244244
#endif

0 commit comments

Comments
 (0)