summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2023-08-10 17:44:44 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2023-08-11 13:30:38 +0200
commit68dc2d3ca96a87a53a6d7a383dd080e20ef82356 (patch)
tree29e467544ac2c1ae5357f008754f8405e48dafa1
parent9143c1b542a27028343899f0fc14924d0a9f1672 (diff)
l3cfg: demote logging level for ACD conflict messagesbg/dad-failure-log-rh2123212
NMDevice is now emitting those logs at info level.
-rw-r--r--src/core/nm-l3cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nm-l3cfg.c b/src/core/nm-l3cfg.c
index f50947f244..6b41d20f7b 100644
--- a/src/core/nm-l3cfg.c
+++ b/src/core/nm-l3cfg.c
@@ -2674,7 +2674,7 @@ handle_init:
_l3_acd_data_timeout_schedule(acd_data, ACD_WAIT_TIME_PROBING_FULL_RESTART_MSEC);
if (!_l3_acd_data_defendconflict_warning_ratelimited(acd_data, p_now_msec)) {
- _LOGI("IPv4 address %s is used on network connected to interface %d%s%s%s from "
+ _LOGD("IPv4 address %s is used on network connected to interface %d%s%s%s from "
"host %s",
nm_inet4_ntop(acd_data->info.addr, sbuf_addr),
self->priv.ifindex,
@@ -2705,7 +2705,7 @@ handle_init:
nm_ether_addr_to_string_a(sender_addr));
if (!_l3_acd_data_defendconflict_warning_ratelimited(acd_data, p_now_msec)) {
- _LOGW("IPv4 address collision detection sees conflict on interface %d%s%s%s for "
+ _LOGD("IPv4 address collision detection sees conflict on interface %d%s%s%s for "
"address %s from host %s",
self->priv.ifindex,
NM_PRINT_FMT_QUOTED(self->priv.plobj_next,