print more debug info and added missing emit to display the channel tab name after loading

This commit is contained in:
csoler 2020-06-21 21:43:10 +02:00
parent 800a7499d8
commit d0a373c14f
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 12 additions and 8 deletions

View file

@ -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)
{