mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 09:18:45 -04:00
fixed proper display of file sharing flags
This commit is contained in:
parent
7c2ed3fca0
commit
1290aa8403
4 changed files with 65 additions and 14 deletions
|
@ -121,7 +121,7 @@ bool HashStorage::requestHash(const std::string& full_path,uint64_t size,time_t
|
|||
return true ;
|
||||
}
|
||||
#ifdef HASHSTORAGE_DEBUG
|
||||
std::cerr << "Not in cache. Sceduling for re-hash." << std::endl ;
|
||||
std::cerr << "Not in cache. Scheduling for re-hash." << std::endl ;
|
||||
#endif
|
||||
|
||||
// we need to schedule a re-hashing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue