diff options
Diffstat (limited to 'linden/indra/newview/llpanelgroupvoting.cpp')
-rw-r--r-- | linden/indra/newview/llpanelgroupvoting.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linden/indra/newview/llpanelgroupvoting.cpp b/linden/indra/newview/llpanelgroupvoting.cpp index b74bf9c..6007c88 100644 --- a/linden/indra/newview/llpanelgroupvoting.cpp +++ b/linden/indra/newview/llpanelgroupvoting.cpp | |||
@@ -752,8 +752,7 @@ void LLPanelGroupVoting::impl::processGroupActiveProposalItemReply(LLMessageSyst | |||
752 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 752 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
753 | if (gAgent.getID() != agent_id) | 753 | if (gAgent.getID() != agent_id) |
754 | { | 754 | { |
755 | llwarns << "Got active group proposals reply for another agent!" | 755 | llwarns << "Got active group proposals reply for another agent!" << llendl; |
756 | << " Probably a userserver bug!" << llendl; | ||
757 | return; | 756 | return; |
758 | } | 757 | } |
759 | 758 | ||
@@ -913,8 +912,7 @@ void LLPanelGroupVoting::impl::processGroupVoteHistoryItemReply(LLMessageSystem | |||
913 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 912 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
914 | if (gAgent.getID() != agent_id) | 913 | if (gAgent.getID() != agent_id) |
915 | { | 914 | { |
916 | llwarns << "Got group voting history reply for another agent!" | 915 | llwarns << "Got group voting history reply for another agent!" << llendl; |
917 | << " Probably a userserver bug!" << llendl; | ||
918 | return; | 916 | return; |
919 | } | 917 | } |
920 | 918 | ||