Fix broken log call

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137392736
This commit is contained in:
andrewlewis 2016-10-27 07:29:39 -07:00 committed by Oliver Woodman
parent ced03e9ad5
commit 70cc98bb99

View file

@ -371,7 +371,7 @@ import java.util.Locale;
} else if (entry instanceof CommentFrame) {
CommentFrame commentFrame = (CommentFrame) entry;
Log.d(TAG, prefix + String.format("%s: language=%s description=%s", commentFrame.id,
commentFrame.language, commentFrame.description, commentFrame.text));
commentFrame.language, commentFrame.description));
} else if (entry instanceof Id3Frame) {
Id3Frame id3Frame = (Id3Frame) entry;
Log.d(TAG, prefix + String.format("%s", id3Frame.id));