mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 19:30:07 +01:00
trivial: make connection activating error more precise
This commit is contained in:
parent
8b006f331d
commit
bc76e40dec
1 changed files with 1 additions and 1 deletions
|
|
@ -2891,7 +2891,7 @@ nm_manager_activate_connection (NMManager *manager,
|
|||
if (state < NM_DEVICE_STATE_DISCONNECTED) {
|
||||
g_set_error (error,
|
||||
NM_MANAGER_ERROR, NM_MANAGER_ERROR_UNMANAGED_DEVICE,
|
||||
"%s", "Device not managed by NetworkManager");
|
||||
"%s", "Device not managed by NetworkManager or unavailable");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue