Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba6b6d0d authored by Jiwon Kim's avatar Jiwon Kim
Browse files

Change Old and New LinkProperties parameter position



no change to the function, confusing log is fixed

Change-Id: I36ceff2fc468b3306dcfd49f5b9fd3b2c102ade4
Signed-off-by: default avatarJiwon Kim <jiwon.ss.kim@samsung.com>
parent fb885aee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2342,7 +2342,7 @@ public class DataNetwork extends StateMachine {
            // If the new link properties is not compatible (e.g. IP changes, interface changes),
            // then we should de-register the network agent and re-create a new one.
            if ((isConnected() || isHandoverInProgress())
                    && !isLinkPropertiesCompatible(linkProperties, mLinkProperties)) {
                    && !isLinkPropertiesCompatible(mLinkProperties, linkProperties)) {
                logl("updateDataNetwork: Incompatible link properties detected. Re-create the "
                        + "network agent. Changed from " + mLinkProperties + " to "
                        + linkProperties);