From 3f5cb1f93235c8fbfd04eb0ff00534b41ca1b05a Mon Sep 17 00:00:00 2001 From: josef radinger Date: Sun, 12 Sep 2021 15:38:10 +0200 Subject: [PATCH] core/trivial: fix small typo Ipv vs IPv https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/978 --- src/core/devices/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index 264c583dda..a2b24ec90e 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -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));