l3cfg: fix space in log message

Fixes: b8f9d7b5dd ('l3cfg: rework ACD handling in NML3Cfg to support handling conflicts')
This commit is contained in:
Beniamino Galvani 2024-02-05 20:38:35 +01:00
parent 7e7d3a7981
commit 6838cbe903

View file

@ -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);