We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839a0ad commit 7e27b5aCopy full SHA for 7e27b5a
src/discovery/local-discovery.js
@@ -194,7 +194,7 @@ export class LocalDiscovery extends TypedEmitter {
194
const remoteId = keyToPublicId(remotePublicKey)
195
196
this.#log(
197
- `${isInitiator ? 'outgoing' : 'incoming'} secretSteam connection ${
+ `${isInitiator ? 'outgoing' : 'incoming'} secret stream connection ${
198
isInitiator ? 'to' : 'from'
199
} %h`,
200
remotePublicKey
0 commit comments