aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-17 17:21:13 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-17 17:21:22 +0100
commit7971f795d31467f693596d582aa85e5065434736 (patch)
tree4d7ef41b190e6529737d5ec5c9206f42754db7b0
parenta02cb2bb43935c45a1d3914ed74197d2a85920a0 (diff)
downloadwgautomesh-7971f795d31467f693596d582aa85e5065434736.tar.gz
wgautomesh-7971f795d31467f693596d582aa85e5065434736.zip
make igd message a debug
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 912d1cd..88336f4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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
);