core: reword an error message

This commit is contained in:
Lubomir Rintel 2024-12-02 17:49:48 +01:00
parent dd9aca4bd9
commit ce653a64b8
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -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;