Fix non-existing variable in log
This commit is contained in:
parent
90c118a3d0
commit
0f2bf8cf48
|
@ -428,7 +428,7 @@ public class OpenVPNSession: Session {
|
|||
}
|
||||
|
||||
if let packets = newPackets, !packets.isEmpty {
|
||||
// log.verbose("Received \(packets.count) packets from \(self.tunnelName)")
|
||||
// log.verbose("Received \(packets.count) packets from TUN")
|
||||
self?.receiveTunnel(packets: packets)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue