mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05:00
removed debug info in p3filelists
This commit is contained in:
parent
ee54c02101
commit
cb4dc96229
@ -210,8 +210,8 @@ int p3FileDatabase::tick()
|
|||||||
{
|
{
|
||||||
if(online_peers.find(mRemoteDirectories[i]->peerId()) != online_peers.end())
|
if(online_peers.find(mRemoteDirectories[i]->peerId()) != online_peers.end())
|
||||||
{
|
{
|
||||||
P3FILELISTS_DEBUG() << "Launching recurs sweep of friend directory " << mRemoteDirectories[i]->peerId() << ". Content currently is:" << std::endl;
|
|
||||||
#ifdef DEBUG_FILE_HIERARCHY
|
#ifdef DEBUG_FILE_HIERARCHY
|
||||||
|
P3FILELISTS_DEBUG() << "Launching recurs sweep of friend directory " << mRemoteDirectories[i]->peerId() << ". Content currently is:" << std::endl;
|
||||||
mRemoteDirectories[i]->print();
|
mRemoteDirectories[i]->print();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user