From 1e5558796b42653acb6777f505c39ee377b7cb71 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 28 Sep 2006 18:07:27 +0000 Subject: [PATCH] an extra log for extra debugging --- macosx/Torrent.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 3773b684a..fbf07641a 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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]);