mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-26 01:49:11 -04:00
improved one line of debug output in turtle
This commit is contained in:
parent
670fb3d1eb
commit
5d2833fa42
@ -859,7 +859,7 @@ void p3turtle::handleSearchRequest(RsTurtleSearchRequestItem *item)
|
|||||||
#ifdef P3TURTLE_DEBUG
|
#ifdef P3TURTLE_DEBUG
|
||||||
std::cerr << " Dropping, because the serial size exceeds the accepted limit." << std::endl ;
|
std::cerr << " Dropping, because the serial size exceeds the accepted limit." << std::endl ;
|
||||||
#endif
|
#endif
|
||||||
std::cerr << " Caught a turtle search item with arbitrary large size from " << item->PeerId() << " of size " << item->serial_size() << ". This is not allowed => dropping." << std::endl;
|
std::cerr << " Caught a turtle search item with arbitrary large size from " << item->PeerId() << " of size " << item->serial_size() << " and depth " << item->depth << ". This is not allowed => dropping." << std::endl;
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user