summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-09-21 10:04:28 +0200
committerJiří Klimeš <jklimes@redhat.com>2012-09-21 10:04:28 +0200
commit004ea8166ac9a64dc14b9cc01c765dd92c79131c (patch)
treebdabd89a259010a02f211f7f340db6fabc70ce63
parentaaa5d2f70fe5e0d768f17cbe274de015e34a0309 (diff)
cli: add NM_DEVICE_STATE_REASON_SSID_NOT_FOUND 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 96ed2c56..1126dc87 100644
--- a/cli/src/common.c
+++ b/cli/src/common.c
@@ -554,6 +554,9 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
case NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE:
return _("ModemManager is unavailable");
+ case NM_DEVICE_STATE_REASON_SSID_NOT_FOUND:
+ return _("The Wi-Fi network could not be found");
+
default:
return _("Unknown");
}