network: move entry creation logging to NAT itself

This commit is contained in:
Alex Zenla
2024-02-10 14:30:41 +00:00
parent 6913e837f8
commit a7f4e0a549
2 changed files with 3 additions and 4 deletions

View File

@ -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