Don't swear when setting remote music volume without a controller

Root cause still TBD

bug 15986562

Change-Id: I8828989acfb642f44c59ba531df43914ece916a8
This commit is contained in:
Jean-Michel Trivi
2014-06-30 12:10:44 -07:00
parent 5f834774c7
commit 6582041331

View File

@@ -455,7 +455,7 @@ public class VolumePanel extends Handler {
if (sc.controller != null) {
sc.controller.setVolumeTo(index, flags);
} else {
Log.wtf(mTag, "Adjusting remote volume without a controller!");
Log.w(mTag, "Adjusting remote volume without a controller!");
}
} else if (getStreamVolume(sc.streamType) != index) {
if (sc.streamType == STREAM_MASTER) {