core/trivial: fix small typo Ipv vs IPv

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/978
This commit is contained in:
josef radinger 2021-09-12 15:38:10 +02:00 committed by Thomas Haller
parent 2a36f8c2f1
commit 3f5cb1f932
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

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