mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-16 00:08:07 +02:00
keyfile: log the connection context
This commit is contained in:
parent
323bdc26ea
commit
8813164b24
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ _handler_read (GKeyFile *keyfile,
|
|||
else
|
||||
level = LOGL_INFO;
|
||||
|
||||
nm_log (level, LOGD_SETTINGS, NULL, NULL, "keyfile: %s",
|
||||
nm_log (level, LOGD_SETTINGS, NULL,
|
||||
nm_connection_get_uuid (connection),
|
||||
"keyfile: %s",
|
||||
_fmt_warn (warn_data->group, warn_data->setting,
|
||||
warn_data->property_name, warn_data->message,
|
||||
&message_free));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue