mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-08 19:08:46 -05:00
fixed error msg
This commit is contained in:
parent
66941ecb21
commit
6f78952df9
@ -196,7 +196,7 @@ bool p3GxsCircles::createCircle(
|
|||||||
|
|
||||||
if(!checkCircleParamConsistency(circleName,circleType,restrictedId,authorId,gxsIdMembers,localMembers))
|
if(!checkCircleParamConsistency(circleName,circleType,restrictedId,authorId,gxsIdMembers,localMembers))
|
||||||
{
|
{
|
||||||
RsErr() << __PRETTY_FUNCTION__ << " Circle name is empty" << std::endl;
|
RsErr() << __PRETTY_FUNCTION__ << " Circle parameters are inconsistent" << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user