mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 10:10:07 +01:00
cli: add NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE reason-to-string mapping
This commit is contained in:
parent
81ff3b0f44
commit
c4bb7f26a8
1 changed files with 3 additions and 0 deletions
|
|
@ -551,6 +551,9 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
|
|||
case NM_DEVICE_STATE_REASON_BR2684_FAILED:
|
||||
return _("A problem with the RFC 2684 Ethernet over ADSL bridge");
|
||||
|
||||
case NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE:
|
||||
return _("ModemManager is unavailable");
|
||||
|
||||
default:
|
||||
return _("Unknown");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue