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

Commit 17cb8573 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: fix enable log: display 24h time"

parents 924878a7 6837ead3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
        }

        public String toString() {
            return android.text.format.DateFormat.format("MM-dd hh:mm:ss ", mTimestamp) +
            return android.text.format.DateFormat.format("MM-dd HH:mm:ss ", mTimestamp) +
                    (mEnable ? "  Enabled " : " Disabled ") + " by " + mPackageName;
        }