mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed error msg
This commit is contained in:
parent
66941ecb21
commit
6f78952df9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue