mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 19:50:08 +01:00
core: fix an error message - connection ID vs. interface name
This commit is contained in:
parent
f4dbf27410
commit
5bbde1b87e
1 changed files with 1 additions and 1 deletions
|
|
@ -3111,7 +3111,7 @@ nm_manager_activate_connection (NMManager *manager,
|
|||
} else {
|
||||
g_set_error (error, NM_MANAGER_ERROR, NM_MANAGER_ERROR_AUTOCONNECT_NOT_ALLOWED,
|
||||
"'%s' does not allow automatic connections at this time => software device '%s' not created for '%s'",
|
||||
iface, nm_connection_get_id (connection), iface);
|
||||
iface, iface, nm_connection_get_id (connection));
|
||||
g_free (iface);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue