mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Removed some debug
- Updated TODO
This commit is contained in:
parent
a5b8d3c730
commit
a4371e7f55
2 changed files with 7 additions and 10 deletions
|
@ -474,7 +474,7 @@ void bittorrent::loadFilesPriorities(torrent_handle &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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue