mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
small fix
This commit is contained in:
parent
36349814a6
commit
80d765e1d6
1 changed files with 1 additions and 1 deletions
|
@ -1929,7 +1929,7 @@ bool FriendList::importFriendlist(QString &fileName, bool &errorPeers, bool &err
|
|||
// add pgp id to group
|
||||
RsPgpId rsPgpId(pgpIDForGroup.toStdString());
|
||||
if(rsPeers->assignPeerToGroup(groupId, rsPgpId, true)) {
|
||||
errorPeers = true;
|
||||
errorGroups = true;
|
||||
std::cerr << "FriendList::importFriendlist(): failed to add '" << rsPeers->getGPGName(rsPgpId) << "'' to group '" << groupName << "'" << std::endl;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue