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

Commit bc853a21 authored by Ruth Mekonnen's avatar Ruth Mekonnen
Browse files

Fix typo in stopTethering() log

Flag: EXEMPT minor logging bug fix

Bug: None
Test: None
Change-Id: I22ebd42f631a7842af4c707214ef90b3a5490698
parent c4332615
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -610,7 +610,7 @@ public class WifiHotspotRepository {
    }

    private void stopTethering() {
        log("startTethering()");
        log("stopTethering()");
        mTetheringManager.stopTethering(TETHERING_WIFI);
    }