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

Commit 9d30e665 authored by Robin Lee's avatar Robin Lee Committed by Automerger Merge Worker
Browse files

Merge "Downgrade a WTF to a W" into udc-dev am: 878b61b0

parents 17a5594d 878b61b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public class KeyguardTransitionHandler implements Transitions.TransitionHandler
                    "unocclude",
                    transition, info, startTransaction, finishTransaction, finishCallback);
        } else {
            Log.wtf(TAG, "Failed to play: " + info);
            Log.w(TAG, "Failed to play: " + info);
            return false;
        }
    }