- Timestamp:
- Sep 28, 2006, 5:02:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r949 r950 424 424 torrentRemaining = [self size] * (uint64_t)(1.0 - [self progress]); 425 425 426 NSLog(@"Volume: %@", [[[NSFileManager defaultManager] componentsToDisplayForPath: [self dataLocation]] objectAtIndex: 0]); 426 427 NSLog(@"Remaining disk space: %qu (%@)", remainingSpace, [NSString stringForFileSize: remainingSpace]); 427 428 NSLog(@"Torrent remaining size: %qu (%@)", torrentRemaining, [NSString stringForFileSize: torrentRemaining]);
Note: See TracChangeset
for help on using the changeset viewer.