mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 09:08:18 +02:00
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:
parent
e92639d89c
commit
fd1d0a79dc
1 changed files with 1 additions and 1 deletions
|
|
@ -4419,7 +4419,7 @@ next_plat:;
|
||||||
char sbuf[NM_UTILS_TO_STRING_BUFFER_SIZE];
|
char sbuf[NM_UTILS_TO_STRING_BUFFER_SIZE];
|
||||||
|
|
||||||
/* The object is already added. Skip update. */
|
/* The object is already added. Skip update. */
|
||||||
_LOG3t(
|
_LOG3T(
|
||||||
"address: skip updating IPv%c address: %s",
|
"address: skip updating IPv%c address: %s",
|
||||||
nm_utils_addr_family_to_char(addr_family),
|
nm_utils_addr_family_to_char(addr_family),
|
||||||
nmp_object_to_string(known_obj, NMP_OBJECT_TO_STRING_PUBLIC, sbuf, sizeof(sbuf)));
|
nmp_object_to_string(known_obj, NMP_OBJECT_TO_STRING_PUBLIC, sbuf, sizeof(sbuf)));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue