summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-08-30 14:10:33 +0200
committerJiří Klimeš <jklimes@redhat.com>2012-08-30 14:14:27 +0200
commitc4bb7f26a803f77a6b77c9e49851c0a8f1eddf7c (patch)
tree80947b7253031fd322d84d18a01145388e71e685
parent81ff3b0f44621beba94d157d085ab94159b46ad1 (diff)
cli: add NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE reason-to-string mapping
-rw-r--r--cli/src/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/src/common.c b/cli/src/common.c
index 193ea33f..0b8a4956 100644
--- a/cli/src/common.c
+++ b/cli/src/common.c
@@ -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");
}