mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 21:00:10 +01:00
manager: improve error messages
This commit is contained in:
parent
5f9d4e23a3
commit
fdf390786f
1 changed files with 2 additions and 2 deletions
|
|
@ -4927,11 +4927,11 @@ _internal_activate_device(NMManager *self, NMActiveConnection *active, GError **
|
|||
if (master_device) {
|
||||
g_prefix_error(error,
|
||||
"Master device '%s' can't be activated: ",
|
||||
nm_device_get_ip_iface(device));
|
||||
nm_device_get_ip_iface(master_device));
|
||||
} else {
|
||||
g_prefix_error(error,
|
||||
"Master connection '%s' can't be activated: ",
|
||||
nm_settings_connection_get_id(sett_conn));
|
||||
nm_settings_connection_get_id(master_connection));
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue