From a49aede4b80e8b3c63f8c8b144de8e68da04e217 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 30 Sep 2022 22:18:12 +0200 Subject: [PATCH] checkpoint: move a log message a little lower It's happier there. --- src/core/nm-checkpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/nm-checkpoint.c b/src/core/nm-checkpoint.c index 1566733289..cd0e17fa87 100644 --- a/src/core/nm-checkpoint.c +++ b/src/core/nm-checkpoint.c @@ -416,10 +416,10 @@ activate: } } else { /* The device was initially disconnected, deactivate any existing connection */ - _LOGD("rollback: disconnecting device"); if (nm_device_get_state(device) > NM_DEVICE_STATE_DISCONNECTED && nm_device_get_state(device) < NM_DEVICE_STATE_DEACTIVATING) { + _LOGD("rollback: disconnecting device"); nm_device_state_changed(device, NM_DEVICE_STATE_DEACTIVATING, NM_DEVICE_STATE_REASON_USER_REQUESTED);