mirror of
https://github.com/transmission/transmission
synced 2025-03-06 19:48:15 +00:00
an extra log for extra debugging
This commit is contained in:
parent
f6b456b7c3
commit
1e5558796b
1 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue