From 6838cbe90371cd77fa3673895d7243e655472237 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 5 Feb 2024 20:38:35 +0100 Subject: [PATCH] l3cfg: fix space in log message Fixes: b8f9d7b5dd11 ('l3cfg: rework ACD handling in NML3Cfg to support handling conflicts') --- src/core/nm-l3cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/nm-l3cfg.c b/src/core/nm-l3cfg.c index f428d04cc6..37f6040e95 100644 --- a/src/core/nm-l3cfg.c +++ b/src/core/nm-l3cfg.c @@ -3050,7 +3050,7 @@ handle_start_probing: if (!acd_data->nacd_probe) { _LOGT_acd(acd_data, "probing currently %snot possible (timeout %u msec; %s, %s)", - orig_state == NM_L3_ACD_ADDR_STATE_INIT ? "" : " still", + orig_state == NM_L3_ACD_ADDR_STATE_INIT ? "" : "still ", acd_data->probing_timeout_msec, failure_reason, log_reason);