Skip to content

Commit a51716b

Browse files
committed
Log which decoder we are initializing
devgianlu/librespot-android#9 (comment)
1 parent e5f3df3 commit a51716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

player/src/main/java/xyz/gianlu/librespot/player/playback/PlayerQueueEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private void load(boolean preload) throws IOException, Decoder.DecoderException,
146146
if (decoder == null)
147147
throw new UnsupportedEncodingException(stream.in.codec().toString());
148148

149-
LOGGER.trace("Loaded {} codec. {of: {}, format: {}, playbackId: {}}", stream.in.codec(), stream.in.describe(), decoder.getAudioFormat(), playbackId);
149+
LOGGER.trace("Loaded {} decoder: {} {of: {}, format: {}, playbackId: {}}", stream.in.codec(), decoder.getClass().getSimpleName(), stream.in.describe(), decoder.getAudioFormat(), playbackId);
150150
}
151151

152152
/**

0 commit comments

Comments
 (0)