This commit is contained in:
Zach Tibbitts 2007-03-29 16:54:10 +00:00
parent c0a5bf9803
commit 39588d9b69
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ class Manager:
avail = self.calc_free_space(torrent.save_dir)
print "Torrent Size", size
# print "Available Space", avail
size = avail + 1 #debug!
# size = avail + 1 #debug!
if size > avail: # Not enough free space
torrent.user_paused = True
no_space = True