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 39e08a5 commit 286ffa0Copy full SHA for 286ffa0
src/mesh/agents/state/TerminalOpsSyncAgent.ts
@@ -361,7 +361,9 @@ class TerminalOpsSyncAgent extends PeeringAgentBase implements StateSyncAgent {
361
362
if (msg.targetObjHash !== this.objHash) {
363
364
- //TODO: report bad peer?
+ // TODO: report bad peer go peer group?
365
+
366
+ this.peerMessageLog.warning('Received wrong targetObjHash, expected ' + this.objHash + ' but got ' + msg.targetObjHash + ' from ' + source);
367
368
return;
369
}
0 commit comments