- Fixed torrent creation from a folder

- Fixed start seeding directly after torrent creation
This commit is contained in:
Christophe Dumez 2007-12-30 18:06:51 +00:00
parent 00b3677867
commit 1e1313dffc
2 changed files with 14 additions and 4 deletions

View file

@ -767,7 +767,7 @@ void bittorrent::loadFilesPriorities(QTorrentHandle &h) {
if( priority < 0 || priority > 7) {
priority = 1;
}
//qDebug("Setting piece piority to %d", priority);
qDebug("Setting piece piority to %d", priority);
v.push_back(priority);
}
h.prioritize_files(v);