summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-09-30 22:18:12 +0200
committerLubomir Rintel <lkundrak@v3.sk>2022-09-30 23:21:14 +0200
commita49aede4b80e8b3c63f8c8b144de8e68da04e217 (patch)
tree87be9f845cb6454eadad761b9fa76033bf436ab2
parentc5beec90a8f2fa79984b036c598940c22b510777 (diff)
downloadNetworkManager-a49aede4b80e8b3c63f8c8b144de8e68da04e217.tar.gz
checkpoint: move a log message a little lower
It's happier there.
-rw-r--r--src/core/nm-checkpoint.c2
1 files changed, 1 insertions, 1 deletions
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);