mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 10:40:58 +01:00
manager: reword some error messages
They've been a little too cryptic and unnecessarily long before.
This commit is contained in:
parent
cfe6e730b3
commit
25871f1971
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 a %s",
|
||||
nm_connection_get_connection_type(connection));
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2522,7 +2522,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 a %s",
|
||||
nm_connection_get_connection_type(connection));
|
||||
}
|
||||
return iface;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue