Commit 70cc98bb by andrewlewis Committed by Oliver Woodman

Fix broken log call

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137392736
parent ced03e9a
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment