an extra log for extra debugging

This commit is contained in:
Mitchell Livingston 2006-09-28 18:07:27 +00:00
parent f6b456b7c3
commit 1e5558796b
1 changed files with 1 additions and 0 deletions

View File

@ -427,6 +427,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
NSLog(@"Volume: %@", volume);
NSLog(@"Remaining disk space: %qu (%@)", remainingSpace, [NSString stringForFileSize: remainingSpace]);
NSLog(@"Progress: %f", [self progress]);
NSLog(@"Torrent total size: %qu (%@)", [self size], [NSString stringForFileSize: [self size]]);
NSLog(@"Torrent remaining size: %qu (%@)", torrentRemaining, [NSString stringForFileSize: torrentRemaining]);