checkpoint: move a log message a little lower

It's happier there.
This commit is contained in:
Lubomir Rintel 2022-09-30 22:18:12 +02:00
parent c5beec90a8
commit a49aede4b8

View file

@ -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);