l3cfg: fix logging message

Fix spacing in:

 acd[192.168.122.42, probing]: probing currently  stillnot possible
                                                 ^^^^^^^^^

Fixes: b8f9d7b5dd
This commit is contained in:
Beniamino Galvani
2025-07-10 10:04:36 +02:00
parent c983e3bbf5
commit 74cf2a2bd8

View File

@@ -3050,7 +3050,7 @@ handle_start_probing:
if (!acd_data->nacd_probe) { if (!acd_data->nacd_probe) {
_LOGT_acd(acd_data, _LOGT_acd(acd_data,
"probing currently %snot possible (timeout %u msec; %s, %s)", "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, acd_data->probing_timeout_msec,
failure_reason, failure_reason,
log_reason); log_reason);