mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-16 10:00:47 +01:00
core: reword an error message
This commit is contained in:
parent
dd9aca4bd9
commit
ce653a64b8
2 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ nm_device_factory_get_connection_iface(NMDeviceFactory *factory,
|
|||
g_set_error(error,
|
||||
NM_MANAGER_ERROR,
|
||||
NM_MANAGER_ERROR_FAILED,
|
||||
"failed to determine interface name: error determine name for %s",
|
||||
"failed to determine interface name for %s",
|
||||
nm_connection_get_connection_type(connection));
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2519,7 +2519,7 @@ return_ifname_fom_connection:
|
|||
g_set_error(error,
|
||||
NM_MANAGER_ERROR,
|
||||
NM_MANAGER_ERROR_FAILED,
|
||||
"failed to determine interface name: error determine name for %s",
|
||||
"failed to determine interface name for %s",
|
||||
nm_connection_get_connection_type(connection));
|
||||
}
|
||||
return iface;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue