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 a13095c commit e9efb7fCopy full SHA for e9efb7f
src/routing-table/index.ts
@@ -244,7 +244,7 @@ export class RoutingTable implements Startable {
244
// only evict peers if we are still running, otherwise we evict when dialing is
245
// cancelled due to shutdown in progress
246
this.log.error('could not ping peer %p', oldContact.peer, err)
247
- this.log('evicting old contact after ping failed %p', oldContact)
+ this.log('evicting old contact after ping failed %p', oldContact.peer)
248
this.kb.remove(oldContact.id)
249
}
250
} finally {
0 commit comments