Skip to content

Commit dbf32d4

Browse files
committed
Changed notice to trace
1 parent 94620bd commit dbf32d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LibP2PMPLEX/MPLEX/MPLEXStreamMultiplexer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public final class MPLEXStreamMultiplexer: ChannelInboundHandler, ChannelOutboun
138138
}
139139

140140
public func handlerRemoved(context: ChannelHandlerContext) {
141-
logger.notice("MPLEXStreamMultiplexer:Removed...")
141+
logger.trace("MPLEXStreamMultiplexer:Removed...")
142142
self.context = nil
143143
self.inboundStreamStateInitializer = nil
144144
self.muxedPromise = nil

0 commit comments

Comments
 (0)