mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 15:20:53 -04:00
removed debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
77edd3e013
commit
9e00688c71
4 changed files with 10 additions and 0 deletions
|
@ -239,8 +239,10 @@ void bdStore::writeStore(std::string file)
|
|||
|
||||
if(!bdFile::renameFile(filetmp,file))
|
||||
std::cerr << "Could not rename file !!" << std::endl;
|
||||
#ifdef DEBUG_STORE
|
||||
else
|
||||
std::cerr << "Successfully renamed file " << filetmp << " to " << file << std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
void bdStore::writeStore()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue