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

Commit 30769d89 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Merge "Bluetooth: fix enable log: display 24h time" am: 019168f8 am: 61a6327f

am: 5c44929f79

Change-Id: If69f2d82f61784b79e6f64d335c70c98b89f6542
parents 4f6e7592 61a6327f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,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;
        }