mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 07:00:32 +01:00
core/trivial: fix small typo Ipv vs IPv
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/978
This commit is contained in:
parent
2a36f8c2f1
commit
3f5cb1f932
1 changed files with 1 additions and 1 deletions
|
|
@ -4514,7 +4514,7 @@ concheck_cb(NMConnectivity * connectivity,
|
|||
seq = handle->seq;
|
||||
|
||||
_LOGT(LOGD_CONCHECK,
|
||||
"connectivity: [Ipv%c] complete check (seq:%llu, state:%s)",
|
||||
"connectivity: [IPv%c] complete check (seq:%llu, state:%s)",
|
||||
nm_utils_addr_family_to_char(handle->addr_family),
|
||||
(long long unsigned) handle->seq,
|
||||
nm_connectivity_state_to_string(state));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue