mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
added/fixed some debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6208 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
123d4a630b
commit
400f9f63d8
2 changed files with 8 additions and 2 deletions
|
@ -573,6 +573,9 @@ void ftFileCreator::setSourceMap(const std::string& peer_id,const CompressedChun
|
|||
{
|
||||
RsStackMutex stack(ftcMutex); /********** STACK LOCKED MTX ******/
|
||||
|
||||
#ifdef FILE_DEBUG
|
||||
std::cerr << "ftFileCreator:: Received source map for hash " << hash << " for source peer " << peer_id << std::endl;
|
||||
#endif
|
||||
// At this point, we should cancel all file chunks that are asked to the
|
||||
// peer and which this peer actually doesn't possesses. Otherwise, the transfer may get stuck.
|
||||
// This should be done by:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue