Skip to content

Commit

Permalink
Merge branch 'master' into add-genre
Browse files Browse the repository at this point in the history
  • Loading branch information
nperrier committed Jul 27, 2013
2 parents 0bde1ab + 6af782e commit a24541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/pugh/sockso/music/Artist.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class Artist extends MusicItem {

private static Logger log = Logger.getLogger( CollectionManager.class );
private static Logger log = Logger.getLogger( Artist.class );

private final int albumCount, trackCount, playCount;

Expand Down

0 comments on commit a24541a

Please sign in to comment.