mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
network: move entry creation logging to NAT itself
This commit is contained in:
@ -254,6 +254,7 @@ impl NatRouter {
|
||||
.nat(key, self.tx_sender.clone(), self.reclaim_sender.clone())
|
||||
.await
|
||||
{
|
||||
debug!("creating nat entry for key: {}", key);
|
||||
Some(entry.insert(handler))
|
||||
} else {
|
||||
None
|
||||
|
Reference in New Issue
Block a user