fixed error msg

This commit is contained in:
csoler 2021-03-07 21:00:53 +01:00
parent 66941ecb21
commit 6f78952df9

View File

@ -196,7 +196,7 @@ bool p3GxsCircles::createCircle(
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;
}