diff --git a/libp2p/muxers/mplex/coder.nim b/libp2p/muxers/mplex/coder.nim index 2a1055c..26c7bf9 100644 --- a/libp2p/muxers/mplex/coder.nim +++ b/libp2p/muxers/mplex/coder.nim @@ -16,7 +16,7 @@ import types, ../../stream/lpstream logScope: - topic = "mplex-coder" + topic = "MplexCoder" type Msg* = tuple diff --git a/libp2p/muxers/mplex/lpchannel.nim b/libp2p/muxers/mplex/lpchannel.nim index 1e1a639..27cf6e2 100644 --- a/libp2p/muxers/mplex/lpchannel.nim +++ b/libp2p/muxers/mplex/lpchannel.nim @@ -17,7 +17,7 @@ import types, ../../connection logScope: - topic = "mplex-channel" + topic = "MplexChannel" const DefaultChannelSize* = DefaultBufferSize * 64 # 64kb