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

Commit 6963ff0e authored by Nancy Chen's avatar Nancy Chen Committed by Android (Google) Code Review
Browse files

Merge "Change a semi-colon to a colon in AudioState logging." into lmp-mr1-dev

parents f805ba7d ddf15a16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public final class AudioState implements Parcelable {
    @Override
    public String toString() {
        return String.format(Locale.US,
                "[AudioState isMuted: %b, route; %s, supportedRouteMask: %s]",
                "[AudioState isMuted: %b, route: %s, supportedRouteMask: %s]",
                isMuted,
                audioRouteToString(route),
                audioRouteToString(supportedRouteMask));