mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-23 13:51:12 -05:00
removed misleading warning about null circle id in newsfeed
This commit is contained in:
parent
a050669a93
commit
34fc132003
@ -293,6 +293,9 @@ void NewsFeed::handleCircleEvent(std::shared_ptr<const RsEvent> event)
|
|||||||
|
|
||||||
RsGxsCircleDetails details;
|
RsGxsCircleDetails details;
|
||||||
|
|
||||||
|
if(pe->mCircleId.isNull()) // probably an item for cache update
|
||||||
|
return ;
|
||||||
|
|
||||||
if(!rsGxsCircles->getCircleDetails(pe->mCircleId,details))
|
if(!rsGxsCircles->getCircleDetails(pe->mCircleId,details))
|
||||||
{
|
{
|
||||||
std::cerr << "(EE) Cannot get information about circle " << pe->mCircleId << ". Not in cache?" << std::endl;
|
std::cerr << "(EE) Cannot get information about circle " << pe->mCircleId << ". Not in cache?" << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user