diff options
Diffstat (limited to 'src/settings/nm-settings.c')
-rw-r--r-- | src/settings/nm-settings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/nm-settings.c b/src/settings/nm-settings.c index 852fa6d145..a1987d2985 100644 --- a/src/settings/nm-settings.c +++ b/src/settings/nm-settings.c @@ -876,6 +876,8 @@ claim_connection (NMSettings *self, (gpointer) nm_connection_get_path (NM_CONNECTION (connection)), g_object_ref (connection)); + nm_utils_log_connection_diff (NM_CONNECTION (connection), NULL, LOGL_DEBUG, LOGD_CORE, "new connection", "++ "); + /* Only emit the individual connection-added signal after connections * have been initially loaded. */ |