mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
small fix
This commit is contained in:
parent
36349814a6
commit
80d765e1d6
@ -1929,7 +1929,7 @@ bool FriendList::importFriendlist(QString &fileName, bool &errorPeers, bool &err
|
|||||||
// add pgp id to group
|
// add pgp id to group
|
||||||
RsPgpId rsPgpId(pgpIDForGroup.toStdString());
|
RsPgpId rsPgpId(pgpIDForGroup.toStdString());
|
||||||
if(rsPeers->assignPeerToGroup(groupId, rsPgpId, true)) {
|
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;
|
std::cerr << "FriendList::importFriendlist(): failed to add '" << rsPeers->getGPGName(rsPgpId) << "'' to group '" << groupName << "'" << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user