make igd message a debug
This commit is contained in:
parent
a02cb2bb43
commit
7971f795d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue