mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 06:00:08 +01:00
trivial: platform: add string for NM_PLATFORM_ERROR_NOT_SLAVE
This commit is contained in:
parent
67b97ee885
commit
a14ca8a408
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ nm_platform_get_error_msg (void)
|
|||
return "object not found";
|
||||
case NM_PLATFORM_ERROR_EXISTS:
|
||||
return "object already exists";
|
||||
case NM_PLATFORM_ERROR_NOT_SLAVE:
|
||||
return "link not a slave";
|
||||
default:
|
||||
return "invalid error number";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue