- Timestamp:
- 08/23/07 22:15:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbtracker/trunk/src/org/bbtracker/mobile/RMSTrackStore.java
r73 r88 37 37 dis.close(); 38 38 } catch (final IOException e) { 39 BBTracker.log( e);39 BBTracker.log(this, e); 40 40 } 41 41 i++; … … 55 55 return new TrackStoreEntry[0]; 56 56 } catch (final RecordStoreException e) { 57 BBTracker.log( e);57 BBTracker.log(this, e, "listing tracks"); 58 58 throw new TrackStoreException(e); 59 59 } finally {
Note: See TracChangeset
for help on using the changeset viewer.