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 c90f496 commit 710da91Copy full SHA for 710da91
src/connection-manager/auto-dial.ts
@@ -112,7 +112,7 @@ export class AutoDial implements Startable {
112
113
// Already has enough connections
114
if (numConnections >= this.minConnections) {
115
- log('have enough connections %d/%d', numConnections, this.minConnections)
+ log.trace('have enough connections %d/%d', numConnections, this.minConnections)
116
return
117
}
118
0 commit comments