Changeset 949 for trunk/macosx
- Timestamp:
- Sep 28, 2006, 4:54:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r948 r949 424 424 torrentRemaining = [self size] * (uint64_t)(1.0 - [self progress]); 425 425 426 NSLog(@"Remaining disk space: %qu ", remainingSpace);427 NSLog(@"Torrent remaining size: %qu ", torrentRemaining);426 NSLog(@"Remaining disk space: %qu (%@)", remainingSpace, [NSString stringForFileSize: remainingSpace]); 427 NSLog(@"Torrent remaining size: %qu (%@)", torrentRemaining, [NSString stringForFileSize: torrentRemaining]); 428 428 429 429 if (remainingSpace <= torrentRemaining)
Note: See TracChangeset
for help on using the changeset viewer.