diff --git a/packages/transport-webrtc/src/stream.ts b/packages/transport-webrtc/src/stream.ts index 7b26bf7ac1..85c599ecbd 100644 --- a/packages/transport-webrtc/src/stream.ts +++ b/packages/transport-webrtc/src/stream.ts @@ -281,6 +281,6 @@ export function createStream (options: WebRTCStreamOptions): WebRTCStream { dataChannelOptions, onEnd, channel, - log: logger(`libp2p:mplex:stream:${direction}:${channel.id}`) + log: logger(`libp2p:webrtc:stream:${direction}:${channel.id}`) }) }