|
From: Christophe B. <dz...@us...> - 2006-06-17 10:43:29
|
Update of /cvsroot/jpodder/jPodder3/jpodder/src/java/com/jpodder/data/player In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16676/jpodder/src/java/com/jpodder/data/player Modified Files: PlayerLogic.java Log Message: Index: PlayerLogic.java =================================================================== RCS file: /cvsroot/jpodder/jPodder3/jpodder/src/java/com/jpodder/data/player/PlayerLogic.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PlayerLogic.java 4 Jun 2006 09:48:19 -0000 1.4 --- PlayerLogic.java 17 Jun 2006 10:43:19 -0000 1.5 *************** *** 190,195 **** try { lSuccess = lPlayer.hasTrack(pPlayList, lTrackPath); ! mLog.info("Succesfully checked: " + lTrackPath + ", is stored in " ! + lPlayer.getName()); } catch (Exception ie) { mLog.warn("Failed to check if: " + lTrackPath + "is stored in " --- 190,196 ---- try { lSuccess = lPlayer.hasTrack(pPlayList, lTrackPath); ! // TODO Remove too many log entries. ! // mLog.info("Succesfully checked: " + lTrackPath + ", is stored in " ! // + lPlayer.getName()); } catch (Exception ie) { mLog.warn("Failed to check if: " + lTrackPath + "is stored in " |