mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
fixed creation/distribution of self-restricted circles
This commit is contained in:
parent
b6388d7a7a
commit
4e0ee29d6a
2 changed files with 14 additions and 11 deletions
|
@ -59,7 +59,7 @@ void RsGxsUpdateBroadcast::onChangesReceived(const RsGxsChanges& changes)
|
|||
}
|
||||
if(changes.mService != mIfaceImpl->getTokenService())
|
||||
{
|
||||
std::cerr << "(EE) Incorrect service. Dropping." << std::endl;
|
||||
// std::cerr << "(EE) Incorrect service. Dropping." << std::endl;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue