From 74cf2a2bd8899c481d7c3aec4fac949c1b3db22c Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Thu, 10 Jul 2025 10:04:36 +0200 Subject: [PATCH] l3cfg: fix logging message Fix spacing in: acd[192.168.122.42, probing]: probing currently stillnot possible ^^^^^^^^^ Fixes: b8f9d7b5dd11070ecb51b1aa5f4a4f6ad15fc0b5 --- 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 d2c1294b6b..8a69a28483 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);