mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 22:20:19 +01:00
l3cfg: fix logging message
Fix spacing in:
acd[192.168.122.42, probing]: probing currently stillnot possible
^^^^^^^^^
Fixes: b8f9d7b5dd
(cherry picked from commit 74cf2a2bd8)
This commit is contained in:
parent
8ae10b4148
commit
2e963061cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue