summary refs log tree commit diff
path: root/clients/cli/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/cli/common.c')
-rw-r--r--clients/cli/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/cli/common.c b/clients/cli/common.c
index 6b13f7f8..a47c32e8 100644
--- a/clients/cli/common.c
+++ b/clients/cli/common.c
@@ -705,6 +705,9 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
 	case NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT:
 		return _("SIM PIN was incorrect");
 
+	case NM_DEVICE_STATE_REASON_NEW_ACTIVATION:
+		return _("New connection activation was enqueued");
+
 	default:
 		/* TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason) */
 		return _("Unknown");