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

This commit is contained in:
Nancy Chen
2014-12-03 18:05:56 +00:00
committed by Android (Google) Code Review

View File

@@ -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));