mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 00:10:11 +01:00
platform: log skipped addresses in nm_platform_ip_address_sync()
This is generally useful. Don't only log with more logging.
This commit is contained in:
parent
7f427ac4e6
commit
4c67970e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -4391,7 +4391,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)));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue