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 5d20654 commit de6179fCopy full SHA for de6179f
src/types/network-modules/tcp/tcpState.ts
@@ -68,7 +68,7 @@ function sendIpPacket(
68
const nextHopMac = src.resolveAddress(nextHopData.ip);
69
if (!nextHopMac || !nextHopMac.mac) {
70
console.debug(
71
- `Device ${this.srcId} couldn't resolve next hop MAC address for device with IP ${nextHopData.ip.toString()}. Program cancelled`,
+ `Device ${src.id} couldn't resolve next hop MAC address for device with IP ${nextHopData.ip.toString()}. Program cancelled`,
72
);
73
}
74
0 commit comments