platform: log skipped addresses in nm_platform_ip_address_sync()

This is generally useful. Don't only log with more logging.

(cherry picked from commit 4c67970e4c)
This commit is contained in:
Thomas Haller 2022-04-11 11:47:41 +02:00
parent e92639d89c
commit fd1d0a79dc
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -4419,7 +4419,7 @@ next_plat:;
char sbuf[NM_UTILS_TO_STRING_BUFFER_SIZE];
/* The object is already added. Skip update. */
_LOG3t(
_LOG3T(
"address: skip updating IPv%c address: %s",
nm_utils_addr_family_to_char(addr_family),
nmp_object_to_string(known_obj, NMP_OBJECT_TO_STRING_PUBLIC, sbuf, sizeof(sbuf)));