mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 10:38:30 +02:00
dhcp: fix logging of event in _nm_dhcp_client_notify()
This commit is contained in:
parent
d60ba91c87
commit
cd09f3d364
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ _nm_dhcp_client_notify(NMDhcpClient *self,
|
||||||
|
|
||||||
_LOGT("notify: event=%s%s%s",
|
_LOGT("notify: event=%s%s%s",
|
||||||
nm_dhcp_client_event_type_to_string(client_event_type),
|
nm_dhcp_client_event_type_to_string(client_event_type),
|
||||||
NM_PRINT_FMT_QUOTED2(l3cd, "", ", l3cd=", NM_HASH_OBFUSCATE_PTR_STR(l3cd, sbuf1)));
|
NM_PRINT_FMT_QUOTED2(l3cd, ", l3cd=", NM_HASH_OBFUSCATE_PTR_STR(l3cd, sbuf1), ""));
|
||||||
|
|
||||||
if (l3cd)
|
if (l3cd)
|
||||||
nm_l3_config_data_seal(l3cd);
|
nm_l3_config_data_seal(l3cd);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue