Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jan 5, 2019
1 parent a0f07e1 commit a2560df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/xyz/gianlu/librespot/player/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ private void handleLoad(@NotNull Spirc.Frame frame) {
.setBecameActiveAt(System.currentTimeMillis());
}

LOGGER.debug(String.format("Loading context, uri: %s", frame.getState().getContextUri()));

updatedTracks(frame);

if (state.getTrackCount() > 0) {
Expand Down

0 comments on commit a2560df

Please sign in to comment.