aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-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
);