am 5125dc1c: am a1163d57: am 6963ff0e: Merge "Change a semi-colon to a colon in AudioState logging." into lmp-mr1-dev
* commit '5125dc1cbc6e476903a59f84dbe0dac01c3901e0': Change a semi-colon to a colon in AudioState logging.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user