mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 05:10:09 +01:00
checkpoint: move a log message a little lower
It's happier there.
This commit is contained in:
parent
c5beec90a8
commit
a49aede4b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue