You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mesh/agents/peer/PeerGroupAgent.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ class PeerGroupAgent implements Agent {
194
194
}
195
195
196
196
ready(pod: AgentPod): void{
197
-
this.controlLog.debug('Started PeerControlAgent on '+this.localPeer.endpoint+' for id '+this.localPeer.identityHash);
197
+
this.controlLog.debug('Started PeerControlAgent on local '+this.localPeer.endpoint+' (id='+this.localPeer.identityHash+') for peerGroupId '+this.peerGroupId);
198
198
this.pod=pod;
199
199
this.init();
200
200
}
@@ -351,8 +351,10 @@ class PeerGroupAgent implements Agent {
0 commit comments