mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
print more debug info and added missing emit to display the channel tab name after loading
This commit is contained in:
parent
800a7499d8
commit
d0a373c14f
2 changed files with 12 additions and 8 deletions
|
@ -1997,7 +1997,9 @@ bool p3GxsCircles::processMembershipRequests(uint32_t token)
|
|||
|
||||
// now do another sweep and remove all msgs that are older than the latest
|
||||
|
||||
#ifdef DEBUG_CIRCLES
|
||||
std::cerr << " Cleaning old messages..." << std::endl;
|
||||
#endif
|
||||
|
||||
for(uint32_t i=0;i<it->second.size();++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue