summaryrefslogtreecommitdiff
path: root/src/core/devices/nm-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device.c')
-rw-r--r--src/core/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c
index b7e855bcde..f177fb2f82 100644
--- a/src/core/devices/nm-device.c
+++ b/src/core/devices/nm-device.c
@@ -8578,7 +8578,7 @@ nm_device_slave_notify_release(NMDevice *self,
master_status = "failed";
break;
case NM_DEVICE_STATE_REASON_USER_REQUESTED:
- reason = NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED;
+ reason = NM_DEVICE_STATE_REASON_USER_REQUESTED;
master_status = "deactivated by user request";
break;
case NM_DEVICE_STATE_REASON_CONNECTION_REMOVED: