mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
added default ignore list on linux
This commit is contained in:
parent
0ca0b72a5a
commit
551ef63c6e
2 changed files with 16 additions and 1 deletions
|
@ -73,11 +73,13 @@ void TransferPage::updateIgnoreLists()
|
|||
|
||||
rsFiles->setIgnoreLists(lp,ls,flags) ;
|
||||
|
||||
#ifdef DEBUG_TRANSFERS_PAGE
|
||||
std::cerr << "Setting ignore lists: " << std::endl;
|
||||
|
||||
std::cerr << " flags: " << flags << std::endl;
|
||||
std::cerr << " prefixes: " ; for(auto it(lp.begin());it!=lp.end();++it) std::cerr << "\"" << *it << "\" " ; std::cerr << std::endl;
|
||||
std::cerr << " suffixes: " ; for(auto it(ls.begin());it!=ls.end();++it) std::cerr << "\"" << *it << "\" " ; std::cerr << std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
void TransferPage::updateMaxTRUpRate(int b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue