Skip to content

Commit de6179f

Browse files
committed
fix: this.id -> src.id
1 parent 5d20654 commit de6179f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/network-modules/tcp/tcpState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function sendIpPacket(
6868
const nextHopMac = src.resolveAddress(nextHopData.ip);
6969
if (!nextHopMac || !nextHopMac.mac) {
7070
console.debug(
71-
`Device ${this.srcId} couldn't resolve next hop MAC address for device with IP ${nextHopData.ip.toString()}. Program cancelled`,
71+
`Device ${src.id} couldn't resolve next hop MAC address for device with IP ${nextHopData.ip.toString()}. Program cancelled`,
7272
);
7373
}
7474

0 commit comments

Comments
 (0)