From e1969e40ae8da0d01804ebd6a11594635b1dbd35 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 5 Sep 2022 16:44:12 +0200 Subject: [PATCH] xdev --- src/core/nm-policy.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/nm-policy.c b/src/core/nm-policy.c index 5999bc0590..7a58eba418 100644 --- a/src/core/nm-policy.c +++ b/src/core/nm-policy.c @@ -1379,9 +1379,10 @@ auto_activate_device(NMPolicy *self, NMDevice *device) return; _LOGI(LOGD_DEVICE, - "auto-activating connection '%s' (%s)", + "auto-activating connection '%s' (%s) on '%s'", nm_settings_connection_get_id(best_connection), - nm_settings_connection_get_uuid(best_connection)); + nm_settings_connection_get_uuid(best_connection), + nm_device_get_iface(device)); subject = nm_auth_subject_new_internal(); ac = nm_manager_activate_connection(