mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
removed warning when friend directory list cannot be found
This commit is contained in:
parent
bd9a464d11
commit
10c269ec5a
4 changed files with 7 additions and 3 deletions
|
@ -1144,7 +1144,9 @@ bool InternalFileHierarchyStorage::load(const std::string& fname)
|
|||
}
|
||||
catch(read_error& e)
|
||||
{
|
||||
#ifdef DEBUG_DIRECTORY_STORAGE
|
||||
std::cerr << "Error while reading: " << e.what() << std::endl;
|
||||
#endif
|
||||
|
||||
if(buffer != NULL)
|
||||
free(buffer) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue