keyfile: log the connection context

This commit is contained in:
Lubomir Rintel 2017-03-02 21:17:22 +01:00
parent 323bdc26ea
commit 8813164b24

View file

@ -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));