make igd message a debug

This commit is contained in:
Alex 2023-03-17 17:21:13 +01:00
parent a02cb2bb43
commit 7971f795d3
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ impl Daemon {
})
.next()
.ok_or(anyhow!("No interface has an IP on same subnet as gateway"))?;
info!(
debug!(
"IGD: gateway is {}, private IP is {}, making announce",
gateway.addr, private_ip
);