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

Commit 66e596e7 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 840f1143: am 7f3ff133: Merge "Fix wrong log information in DevicePolicyManagerService"

* commit '840f1143':
  Fix wrong log information in DevicePolicyManagerService
parents 23b07d55 840f1143
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1664,7 +1664,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                if (realQuality < quality
                        && quality != DevicePolicyManager.PASSWORD_QUALITY_COMPLEX) {
                    Slog.w(TAG, "resetPassword: password quality 0x"
                            + Integer.toHexString(quality)
                            + Integer.toHexString(realQuality)
                            + " does not meet required quality 0x"
                            + Integer.toHexString(quality));
                    return false;