Skip to content

Commit a2560df

Browse files
committed
Logging
1 parent a0f07e1 commit a2560df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • core/src/main/java/xyz/gianlu/librespot/player

core/src/main/java/xyz/gianlu/librespot/player/Player.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ private void handleLoad(@NotNull Spirc.Frame frame) {
258258
.setBecameActiveAt(System.currentTimeMillis());
259259
}
260260

261+
LOGGER.debug(String.format("Loading context, uri: %s", frame.getState().getContextUri()));
262+
261263
updatedTracks(frame);
262264

263265
if (state.getTrackCount() > 0) {

0 commit comments

Comments
 (0)